DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.ExportToWKT | Methods | Properties
Export the Shape geometry into a Well Known Text (see www.opengis.org).
// C# public WideString ExportToWKT();
' VisualBasic Public Function ExportToWKT() As WideString
// Oxygene public function ExportToWKT : WideString;
Type | Description |
---|---|
WideString | Exported WKT text. |
See TGIS_ShapePolygon.ExportToWKB for example.