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.
// Java public void ExportToEWKB( /* ref */ @ValueTypeParameter VarParameter<OleVariant> _ewkb );
// Oxygene public procedure ExportToEWKB( var _ewkb : OleVariant ); override;
Name | Type | Description |
---|---|---|
_ewkb | OleVariant | exported EWKB array |