DK11 for Delphi | GisDbLibpq.TGIS_DbLibpq.sqlQueryGetGeomObj | Constructors | Fields | Methods | Properties
Get a geometry object from the query.
Available also on: .NET.
Overrides TGIS_DbAbstract.sqlQueryGetGeomObj.
// Delphi public function sqlQueryGetGeomObj( const _field : String; const _cursor : Integer ) : TObject; override;
// C++ Builder public: virtual TObject* sqlQueryGetGeomObj( const UnicodeString _field, const int _cursor );
Name | Type | Description |
---|---|---|
_field | String | geometry field name |
_cursor | Integer | cursor id |
Type | Description |
---|---|
TObject | field value |