DK11 for Java | tatukgis.jdk.TGIS_Shape.ExportToGDO | Constructors | Fields | Methods | Properties
Export the Shape geometry into a GeoMedia Database Object (GDO). See TGIS_ShapePolygon.ExportToWKB for example.
// Java public abstract void ExportToGDO( /* ref */ @ValueTypeParameter VarParameter<OleVariant> _gdo );
// Oxygene public procedure ExportToGDO( var _gdo : OleVariant ); virtual; abstract;
Name | Type | Description |
---|---|---|
_gdo | OleVariant | exported GDO array |