DK11 for Python | tatukgis.pdk.TGIS_Shape.CreateFromWKT | Constructors | Methods | Properties
Create the shape from a Well Known Text (see: www.opengis.org).
# Python def CreateFromWKT( self, _wkt: str ) -> TGIS_Shape:
Name | Type | Description |
---|---|---|
_wkt | str | WKT text |
Type | Description |
---|---|
TGIS_Shape | Newly constructed object or nil. |