DK11 for Delphi | GisDbAdoNet.TGIS_DbAdoNet.sqlQueryGeometryIsText | Constructors | Fields | Methods | Properties
Is geometry data a text.
Available also on: .NET.
Overrides TGIS_DbAbstract.sqlQueryGeometryIsText.
// Delphi public function sqlQueryGeometryIsText( const _cursor : Integer ) : Boolean; override;
// C++ Builder public: virtual bool sqlQueryGeometryIsText( const int _cursor );
Name | Type | Description |
---|---|---|
_cursor | Integer | cursor index |
Type | Description |
---|---|
Boolean | True if geometry is in text format |