FromWKT (arcpy)

Resumen

Create a new Geometry object from a well-known text (WKT) string.

Sintaxis

FromWKT (wkt_string, {spatial_reference})
ParámetroExplicaciónTipo de datos
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
Valor de retorno
Tipo de datosExplicación
Geometry

FromWKT returns a geometry object (PointGeometry, Multipoint, Polyline, or Polygon) based on the input WKT string.

Temas relacionados

9/11/2013