User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_shapepolygon.exporttoewkb_olevariant

Table of Contents

TGIS_ShapePolygon.ExportToEWKB method

DK11 for Java | tatukgis.jdk.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 | .NET.

Overrides TGIS_Shape.ExportToEWKB.

Syntax

// Java
public void ExportToEWKB(
  /* ref */ @ValueTypeParameter VarParameter<OleVariant> _ewkb
);
// Oxygene
public
  procedure ExportToEWKB(
    var _ewkb : OleVariant
  ); override;

Parameters

Name Type Description
_ewkb OleVariant exported EWKB array
2017/09/04 11:22

Page Tools