DK11 for Python | tatukgis.pdk.TGIS_Shape.ImportFromEWKT | Constructors | Methods | Properties
Import the Extended Well-Known Binary (EWKB) representation of the geometry with SRID meta data into the current shape (see www.postgis.org).
# Python def ImportFromEWKT( self, _ewkt: str ) -> None:
Name | Type | Description |
---|---|---|
_ewkt | str | EWKT text |
Internally it uses CreateFromEWKT method. If WKT is a different type, the shape will be reset.