User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.importfromewkb_olevariant

Table of Contents

ITGIS_Shape.ImportFromEWKB method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.ImportFromEWKB | 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 | Java | Python.

Syntax

// C#
public void ImportFromEWKB(
  ref OleVariant _ewkb
);
' VisualBasic
Public Sub ImportFromEWKB(
  ByRef _ewkb As OleVariant
)
// Oxygene
public
  procedure ImportFromEWKB(
    var _ewkb : OleVariant
  );

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

Page Tools