User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.exporttoewkb_olevariant

Table of Contents

ITGIS_Shape.ExportToEWKB method

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

Export the Shape geometry into an Extended Well-Known Binary (EWKB) representation of the geometry with SRID meta data. (see www.postgis.org). Spatial referencing identifier SRID can be provided by TGIS_Shape.SetSRID See TGIS_ShapePolygon.ExportToEWKB for example.

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

Syntax

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

Parameters

Name Type Description
_ewkb OleVariant exported EWKB array
2022/11/16 01:11

Page Tools