User Tools

Site Tools


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

Table of Contents

TGIS_Shape.ImportFromEWKB method

DK11 for Python | tatukgis.pdk.TGIS_Shape.ImportFromEWKB | 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).

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

Syntax

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

Parameters

Name Type Description
_ewkb OleVariant EWKB array

Remarks

Internally it uses CreateFromEWKB method. If WKB is a different type, the shape will be reset.

2023/08/09 01:59

Page Tools