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