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