User Tools

Site Tools


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

Table of Contents

TGIS_Shape.CreateFromEWKB method

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).

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

Syntax

# Python
def CreateFromEWKB(
  self,
  _ewkb: OleVariant
) -> TGIS_Shape: 

Parameters

Name Type Description
_ewkb OleVariant EWKB array

Result

Type Description
TGIS_Shape Newly constructed object or nil.
2023/08/09 01:59

Page Tools