DK11 for Python | tatukgis.pdk.TGIS_Shape.ExportToEWKB | Constructors | Methods | Properties
Export the Shape geometry into an Extended Well-Known Binary (EWKB) representation of the geometry with SRID meta data. (see www.postgis.org). Spatial referencing identifier SRID can be provided by TGIS_Shape.SetSRID See TGIS_ShapePolygon.ExportToEWKB for example.
# Python def ExportToEWKB( self, _ewkb: VarParameter ) -> None:
Name | Type | Description |
---|---|---|
_ewkb | OleVariant | exported EWKB array |