FromWKT
サマリー
Creates a geometry object from a well-known text (WKT) string.
構文
FromWKT(wkt_string, {spatial_reference})
| パラメーター | 説明 | データ タイプ |
|---|---|---|
|
wkt_string |
A WKT string. |
String |
|
spatial_reference |
The spatial reference of the geometry. It can be specified with either a |
SpatialReference |
戻り値
| データ タイプ | 説明 |
|---|---|
|
Geometry |
|