QGIS API Documentation  3.10.0-A Coruña (6c816b4204)
Public Member Functions | Public Attributes | List of all members
QgsAbstractDatabaseProviderConnection::TableProperty::GeometryColumnType Struct Reference

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
 
QgsWkbTypes::Type wkbType
 

Detailed Description

The GeometryColumnType struct represents the combination of geometry type and CRS for the table geometry column.

Definition at line 92 of file qgsabstractdatabaseproviderconnection.h.

Member Function Documentation

◆ operator==()

bool QgsAbstractDatabaseProviderConnection::TableProperty::GeometryColumnType::operator== ( const GeometryColumnType other) const
inline

Definition at line 104 of file qgsabstractdatabaseproviderconnection.h.

Member Data Documentation

◆ crs

QgsCoordinateReferenceSystem QgsAbstractDatabaseProviderConnection::TableProperty::GeometryColumnType::crs

Definition at line 102 of file qgsabstractdatabaseproviderconnection.h.

◆ wkbType

QgsWkbTypes::Type QgsAbstractDatabaseProviderConnection::TableProperty::GeometryColumnType::wkbType

Definition at line 101 of file qgsabstractdatabaseproviderconnection.h.


The documentation for this struct was generated from the following file: