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