User Tools

Site Tools


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

Table of Contents

TGIS_ShapePolygon.ExportToEWKB method

DK11 for .NET | TatukGIS.NDK.TGIS_ShapePolygon.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.

Syntax

Overrides TGIS_Shape.ExportToEWKB.

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

Parameters

Name Type Description
_ewkb OleVariant exported EWKB array
2021/12/07 09:05

Page Tools