GeoEco.Datasets.SelectCursor.GetGeometry

SelectCursor.GetGeometry()

Retrieves the geometry of the current row.

This method will fail if the table does not have geometry. To determine if it has geometry, check the GeometryType of the cursor’s Table.

Returns:

Instance of the OGR Geometry class representing the geometry of the current row. If the row has “null geometry”, None will be returned.

Return type:

object