DK11 for Python | tatukgis.pdk.TGIS_Shape.CreateFromWKB | Constructors | Methods | Properties
Create the shape from Well Known Binary (see: www.opengis.org).
# Python def CreateFromWKB( self, _wkb: OleVariant ) -> TGIS_Shape:
Name | Type | Description |
---|---|---|
_wkb | OleVariant | WKB array |
Type | Description |
---|---|
TGIS_Shape | Newly constructed object or nil. |