DK11 for Delphi | GisLayerSqlDb2Dbx.TGIS_LayerSqlDb2Dbx.sqlQueryGetGeometry | Constructors | Fields | Methods | Properties
Get a geometry from the query.
Overrides TGIS_LayerSqlDb2Abstract.sqlQueryGetGeometry.
// Delphi protected procedure sqlQueryGetGeometry( const _uid : TGIS_Uid; const _shapetype : TGIS_ShapeType; const _cursor : Integer ); override;
// C++ Builder protected: virtual void sqlQueryGetGeometry( TGIS_Uid* const _uid, TGIS_ShapeType* const _shapetype, const int _cursor );
Name | Type | Description |
---|---|---|
_uid | TGIS_Uid | to be assigned |
_shapetype | TGIS_ShapeType | type of the shape to be read |
_cursor | Integer | cursor ID |