FromWKT

Diese ArcGIS 2.6-Dokumentation wurde archiviert und wird nicht mehr aktualisiert. Inhalt und Links sind möglicherweise veraltet. Verwenden Sie die aktuelle Dokumentation.

Zusammenfassung

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

Syntax

FromWKT (wkt_string, {spatial_reference})
ParameterErklärungDatentyp
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
Rückgabewert
DatentypErklärung
Geometry

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

Verwandte Themen


In diesem Thema