User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.createfromwkb_olevariant

Table of Contents

ITGIS_Shape.CreateFromWKB method

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

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

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

Syntax

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

Parameters

Name Type Description
_wkb OleVariant WKB array

Result

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

Page Tools