User Tools

Site Tools


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

Table of Contents

TGIS_Shape.CreateFromWKB method

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

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

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

Syntax

// C#
public virtual TGIS_Shape CreateFromWKB(
  OleVariant _wkb
);
' VisualBasic
Public Overridable Function CreateFromWKB(
  ByVal _wkb As OleVariant
) As TGIS_Shape
// Oxygene
public
  function CreateFromWKB(
    _wkb : OleVariant
  ) : TGIS_Shape; virtual;

Parameters

Name Type Description
_wkb OleVariant WKB array

Result

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

Page Tools