DK11 for Delphi | GisDb.TGIS_DbAbstract.sqlQueryGeometryIsText | Constructors | Fields | Methods | Properties | Events
Is geometry data a text.
// Delphi public function sqlQueryGeometryIsText( const _cursor : Integer ) : Boolean; virtual; abstract;
// C++ Builder public: virtual bool sqlQueryGeometryIsText( const int _cursor ) = 0;
Name | Type | Description |
---|---|---|
_cursor | Integer | cursor index |
Type | Description |
---|---|
Boolean | True if geometry is in text format |