DK11 for Delphi | GisLayerSqlOgis.TGIS_LayerSqlOgisAbstract.sqlQueryGetGeometry | Constructors | Fields | Methods | Properties
Get a geometry from the query.
// Delphi protected procedure sqlQueryGetGeometry( const _uid : TGIS_Uid; const _shapetype : TGIS_ShapeType; const _cursor : Integer );
// C++ Builder protected: 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 identifier |