C# Class TypeLess.Helpers.Maps.Kml.PolygonReader

Afficher le fichier Open project: jansater/TypeLess Class Usage Examples

Méthodes publiques

Méthode Description
FromPointList ( string name, string pointList ) : Polygon
ReadKml ( string kml, bool onlyOuterPolygon = false ) : List

Private Methods

Méthode Description
ParsePolygon ( string name, System.Xml.Linq.XElement pg, string ns, bool onlyOuter ) : Polygon

Method Details

FromPointList() public méthode

public FromPointList ( string name, string pointList ) : Polygon
name string
pointList string
Résultat Polygon

ReadKml() public méthode

public ReadKml ( string kml, bool onlyOuterPolygon = false ) : List
kml string
onlyOuterPolygon bool
Résultat List