Méthode | Description | |
---|---|---|
ToGeometry ( string wkt ) : Geometry |
Creates a new geometry from well-known text (WKT).
|
|
ToWkt ( this geometry ) : string |
Converts the geometry to well-known text (WKT).
|
Méthode | Description | |
---|---|---|
LoadWkt ( this point, string wkt ) : void | ||
ToJson ( this wkt, string type ) : string |
public static ToGeometry ( string wkt ) : Geometry | ||
wkt | string | |
Résultat | Geometry |
public static ToWkt ( this geometry ) : string | ||
geometry | this | |
Résultat | string |