User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_shapepolygon.exporttoewkt_void

Table of Contents

TGIS_ShapePolygon.ExportToEWKT method

DK11 for Delphi | GisLayerVector.TGIS_ShapePolygon.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.

Syntax

Overrides TGIS_Shape.ExportToEWKT.

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

Result

Type Description
String Exported EWKT text.

Remarks

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

2020/05/07 01:09

Page Tools