DK11 for Delphi | GisLayerVector.TGIS_Shape.ExportToWKT | Constructors | Fields | Methods | Properties
Export the Shape geometry into a Well Known Text (see www.opengis.org).
// Delphi public function ExportToWKT : String; virtual; abstract;
// C++ Builder public: virtual UnicodeString ExportToWKT(void) = 0;
Type | Description |
---|---|
String | Exported WKT text. |
See TGIS_ShapePolygon.ExportToWKB for example.