|
QGIS API Documentation 3.30.0-'s-Hertogenbosch (f186b8efe0)
|
The GeometryColumnType struct represents the combination of geometry type and CRS for the table geometry column. More...
#include <qgsabstractdatabaseproviderconnection.h>
Public Member Functions | |
| bool | operator== (const GeometryColumnType &other) const |
Public Attributes | |
| QgsCoordinateReferenceSystem | crs |
| Qgis::WkbType | wkbType |
The GeometryColumnType struct represents the combination of geometry type and CRS for the table geometry column.
Definition at line 284 of file qgsabstractdatabaseproviderconnection.h.
|
inline |
Definition at line 297 of file qgsabstractdatabaseproviderconnection.h.
| QgsCoordinateReferenceSystem QgsAbstractDatabaseProviderConnection::TableProperty::GeometryColumnType::crs |
Definition at line 294 of file qgsabstractdatabaseproviderconnection.h.
| Qgis::WkbType QgsAbstractDatabaseProviderConnection::TableProperty::GeometryColumnType::wkbType |
Definition at line 293 of file qgsabstractdatabaseproviderconnection.h.