DK11 for .NET | TatukGIS.NDK.TGIS_DbAbstract.sqlQueryGeometryIsText | Constructors | Fields | Methods | Properties | Events
Is geometry data a text.
// C# public virtual abstract bool sqlQueryGeometryIsText( int _cursor );
' VisualBasic Public Overridable MustOverride Function sqlQueryGeometryIsText( ByVal _cursor As Integer ) As Boolean
// Oxygene public function sqlQueryGeometryIsText( _cursor : Integer ) : Boolean; virtual; abstract;
Name | Type | Description |
---|---|---|
_cursor | int Integer | cursor index |
Type | Description |
---|---|
bool Boolean | True if geometry is in text format |