DK11 for Python | tatukgis.pdk.TGIS_Shape.CreateFromGML | Constructors | Methods | Properties
Create the shape from GML.
# Python def CreateFromGML( self, _gml: str ) -> TGIS_Shape:
Name | Type | Description |
---|---|---|
_gml | str | GML text |
Type | Description |
---|---|
TGIS_Shape | Newly created shape. |