User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_shape.exporttoewkb_olevariant

Table of Contents

TGIS_Shape.ExportToEWKB method

DK11 for .NET | TatukGIS.NDK.TGIS_Shape.ExportToEWKB | Constructors | Fields | 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 | Java | ActiveX | Python.

Syntax

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

Parameters

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

Page Tools