User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_shape.exporttoewkb_olevariant

Table of Contents

TGIS_Shape.ExportToEWKB method

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.

Available also on: Delphi | .NET | Java | ActiveX.

Syntax

# Python
def ExportToEWKB(
  self,
  _ewkb: VarParameter
) -> None: 

Parameters

Name Type Description
_ewkb OleVariant exported EWKB array
2023/08/09 01:59

Page Tools