User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_shape.exporttoewkt_void

Table of Contents

TGIS_Shape.ExportToEWKT method

DK11 for Delphi | GisLayerVector.TGIS_Shape.ExportToEWKT | Constructors | Fields | Methods | Properties

Export the Shape geometry into an Extended Well-Known Text (EWKT) representation of the geometry with SRID meta data. (see www.postgis.org).

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

Syntax

// Delphi
public
  function ExportToEWKT : String; virtual; abstract;
// C++ Builder
public:
  virtual UnicodeString ExportToEWKT(void) = 0;

Result

Type Description
String Exported EWKT text.

Remarks

Spatial referencing identifier SRID can be provided by TGIS_Shape.SetSRID
See ExportToEWKB for example.

2022/11/16 01:22

Page Tools