DK11 for Python | tatukgis.pdk.TGIS_Shape.ExportToGML | Constructors | Methods | Properties
Export the Shape geometry into a GML (see www.opengis.org).
# Python def ExportToGML( self ) -> str:
Type | Description |
---|---|
str | Exported GML text. |
See TGIS_ShapePolygon.ExportToWKB for example.