DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.ExportToGML | Methods | Properties
Exports the current geometry to Geography Markup Language (GML) XML text.
// C# public WideString ExportToGML();
' VisualBasic Public Function ExportToGML() As WideString
// Oxygene public function ExportToGML : WideString;
| Type | Description |
|---|---|
| WideString | GML XML representation of the shape geometry. |
PURPOSE: Serializes the shape to Geography Markup Language (GML), an XML-based OGC (Open Geospatial Consortium) standard used by Web Feature Service (WFS) and enterprise GIS systems.
BEHAVIOR: Generates GML geometry XML for the current shape in a text form suitable for interchange and service responses.
CONSTRAINTS: Output is verbose compared to WKT (Well-Known Text) or GeoJSON (Geographic JSON).