FromWKT (arcpy)
摘要
根据熟知文本 (WKT) 字符串创建新的几何对象。
语法
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 返回基于输入 WKT 字符串的几何对象(PointGeometry、Multipoint、Polyline 或 Polygon)。 |
相关主题
5/10/2014