C# 클래스 TypeLess.Helpers.Maps.Kml.PolygonReader

파일 보기 프로젝트 열기: jansater/TypeLess 1 사용 예제들

공개 메소드들

메소드 설명
FromPointList ( string name, string pointList ) : Polygon
ReadKml ( string kml, bool onlyOuterPolygon = false ) : List

비공개 메소드들

메소드 설명
ParsePolygon ( string name, System.Xml.Linq.XElement pg, string ns, bool onlyOuter ) : Polygon

메소드 상세

FromPointList() 공개 메소드

public FromPointList ( string name, string pointList ) : Polygon
name string
pointList string
리턴 Polygon

ReadKml() 공개 메소드

public ReadKml ( string kml, bool onlyOuterPolygon = false ) : List
kml string
onlyOuterPolygon bool
리턴 List