User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.importfromwkb_olevariant

Table of Contents

ITGIS_Shape.ImportFromWKB method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.ImportFromWKB | Methods | Properties

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

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

Syntax

// C#
public void ImportFromWKB(
  ref OleVariant _wkb
);
' VisualBasic
Public Sub ImportFromWKB(
  ByRef _wkb As OleVariant
)
// Oxygene
public
  procedure ImportFromWKB(
    var _wkb : OleVariant
  );

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.

2024/12/20 22:16

Page Tools