FromWKT
Résumé
Creates a geometry object from a well-known text (WKT) string.
Syntaxe
FromWKT(wkt_string, {spatial_reference})
| Le paramètre | Explication | Type de données |
|---|---|---|
|
wkt_string |
A WKT string. |
String |
|
spatial_reference |
The spatial reference of the geometry. It can be specified with either a |
SpatialReference |
Valeur de retour
| Type de données | Explication |
|---|---|
|
Geometry |
|