DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.ExportToEWKB | 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.
// C# public void ExportToEWKB( ref OleVariant _ewkb );
' VisualBasic Public Sub ExportToEWKB( ByRef _ewkb As OleVariant )
// Oxygene public procedure ExportToEWKB( var _ewkb : OleVariant );
Name | Type | Description |
---|---|---|
_ewkb | OleVariant | exported EWKB array |