FromWKT (arcpy)
サマリ
Create a new 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 object or string equivalent. | SpatialReference |
データ タイプ | 説明 |
Geometry |
FromWKT returns a geometry object (PointGeometry, Multipoint, Polyline, or Polygon) based on the input WKT string. |
関連トピック
9/14/2013