User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.createfromewkb_olevariant

Table of Contents

ITGIS_Shape.CreateFromEWKB method

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

Create the Shape geometry into an Extended Well-Known Binary (EWKB) representation of the geometry with SRID meta data. (see www.postgis.org).

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

Syntax

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

Parameters

Name Type Description
_ewkb OleVariant EWKB array

Result

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

Page Tools