User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_shape.importfromwkb_olevariant

Table of Contents

TGIS_Shape.ImportFromWKB method

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

Import the Well Known Binary (see: www.opengis.org) into the current shape.

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

Syntax

// Delphi
public
  procedure ImportFromWKB(
    var _wkb : OleVariant
  ); virtual;
// C++ Builder
public:
  virtual void ImportFromWKB(
    OleVariant* &_wkb
  );

Parameters

Name Type Description
_wkb OleVariant WKB array

Remarks

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

2022/11/16 01:22

Page Tools