User Tools

Site Tools


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

Table of Contents

TGIS_Shape.ImportFromEWKB method

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

Import the Extended Well-Known Binary (EWKB) representation of the geometry with SRID meta data into the current shape (see www.postgis.org).

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

Syntax

// Java
public void ImportFromEWKB(
  /* ref */ @ValueTypeParameter VarParameter<OleVariant> _ewkb
);
// Oxygene
public
  procedure ImportFromEWKB(
    var _ewkb : OleVariant
  ); virtual;

Parameters

Name Type Description
_ewkb OleVariant EWKB array

Remarks

Internally it uses CreateFromEWKB method. If WKB is a different type, the shape will be reset.

2022/11/16 01:51

Page Tools