User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_shape.createfromwkb_olevariant

Table of Contents

TGIS_Shape.CreateFromWKB method

DK11 for Delphi | GisLayerVector.TGIS_Shape.CreateFromWKB | Constructors | Fields | Methods | Properties

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

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

Syntax

// Delphi
public
  function CreateFromWKB(
    const _wkb : OleVariant
  ) : TGIS_Shape; virtual;
// C++ Builder
public:
  virtual TGIS_Shape* CreateFromWKB(
    OleVariant* const _wkb
  );

Parameters

Name Type Description
_wkb OleVariant WKB array

Result

Type Description
TGIS_Shape Newly constructed object or nil.
2022/11/16 01:22

Page Tools