DK11 for Python | tatukgis.pdk.TGIS_Shape.CreateFromEWKB | Constructors | Methods | Properties
Create the Shape geometry into an Extended Well-Known Binary (EWKB) representation of the geometry with SRID meta data. (see www.postgis.org).
# Python def CreateFromEWKB( self, _ewkb: OleVariant ) -> TGIS_Shape:
Name | Type | Description |
---|---|---|
_ewkb | OleVariant | EWKB array |
Type | Description |
---|---|
TGIS_Shape | Newly constructed object or nil. |