User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_shape.importfromwkb_olevariant

Table of Contents

TGIS_Shape.ImportFromWKB method

DK11 for .NET | TatukGIS.NDK.TGIS_Shape.ImportFromWKB | Constructors | Fields | Methods | Properties

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

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

Syntax

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

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:23

Page Tools