DK11 for Python | tatukgis.pdk.TGIS_Shape.CreateFromEWKT | Constructors | Methods | Properties
Create the shape geometry from an Extended Well-Known Text (EWKT) representation of the geometry with SRID meta data. (see www.postgis.org).
# Python def CreateFromEWKT( self, _ewkt: str ) -> TGIS_Shape:
Name | Type | Description |
---|---|---|
_ewkt | str | EWKT text |
Type | Description |
---|---|
TGIS_Shape | Newly created shape. |