User Tools

Site Tools


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

Table of Contents

TGIS_Shape.CreateFromWKB method

DK11 for Python | tatukgis.pdk.TGIS_Shape.CreateFromWKB | Constructors | Methods | Properties

Create the shape from Well Known Binary (see: www.opengis.org).

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

Syntax

# Python
def CreateFromWKB(
  self,
  _wkb: OleVariant
) -> TGIS_Shape: 

Parameters

Name Type Description
_wkb OleVariant WKB array

Result

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

Page Tools