User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.exporttoewkt_void

Table of Contents

ITGIS_Shape.ExportToEWKT method

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.

Available also on: Delphi | .NET | Java | Python.

Syntax

// C#
public WideString ExportToEWKT();
' VisualBasic
Public Function ExportToEWKT() As WideString
// Oxygene
public
  function ExportToEWKT : WideString;

Result

Type Description
WideString EWKT text representation of the shape geometry, optionally including an SRID prefix.

Remarks

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.

2026/07/05 01:25

Page Tools