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