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.
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;
Name | Type | Description |
---|---|---|
_ewkb | OleVariant | exported EWKB array |