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).
Overrides TGIS_Shape.ExportToEWKT.
// Delphi public function ExportToEWKT : String; override;
// C++ Builder public: virtual UnicodeString ExportToEWKT(void);
Type | Description |
---|---|
String | Exported EWKT text. |