DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.ExportToEWKT | Methods | Properties
Exports the current geometry to Extended Well-Known Text (EWKT) with Spatial Reference Identifier (SRID) metadata.
// C# public WideString ExportToEWKT();
' VisualBasic Public Function ExportToEWKT() As WideString
// Oxygene public function ExportToEWKT : WideString;
| Type | Description |
|---|---|
| WideString | EWKT text representation of the shape geometry, optionally including an SRID prefix. |
PURPOSE: Serializes the shape to Extended Well-Known Text (EWKT), a PostGIS extension of WKT (Well-Known Text) that can preserve Spatial Reference Identifier (SRID) metadata.
BEHAVIOR: Generates WKT geometry text and prefixes it with SRID metadata when spatial reference information is available.
CONSTRAINTS: EWKT is not an OGC (Open Geospatial Consortium) standard format.