User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_shape.createfromwkb_olevariant

Table of Contents

TGIS_Shape.CreateFromWKB method

DK11 for Java | tatukgis.jdk.TGIS_Shape.CreateFromWKB | Constructors | Fields | Methods | Properties

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

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

Syntax

// Java
public TGIS_Shape CreateFromWKB(
  OleVariant _wkb
);
// 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:51

Page Tools