|
QGIS API Documentation 3.28.0-Firenze (ed3ad0430f)
|
#include "qgis_core.h"#include <ostream>#include <QString>#include <QMap>#include <QHash>#include <QReadWriteLock>#include <QExplicitlySharedDataPointer>#include <QObject>#include "qgis_sip.h"#include "qgsconfig.h"#include "qgsunittypes.h"#include "qgsrectangle.h"#include "qgssqliteutils.h"
Go to the source code of this file.
Classes | |
| class | QgsCoordinateReferenceSystem |
| This class represents a coordinate reference system (CRS). More... | |
Typedefs | |
| typedef void(* | CUSTOM_CRS_VALIDATION) (QgsCoordinateReferenceSystem &) |
| typedef void * | OGRSpatialReferenceH |
| typedef struct PJconsts | PJ |
| typedef struct projCtx_t | PJ_CONTEXT |
| typedef struct sqlite3 | sqlite3 |
Functions | |
| bool CORE_EXPORT | operator< (const QgsCoordinateReferenceSystem &c1, const QgsCoordinateReferenceSystem &c2) |
| std::ostream & | operator<< (std::ostream &os, const QgsCoordinateReferenceSystem &r) |
| Output stream operator. More... | |
| bool CORE_EXPORT | operator<= (const QgsCoordinateReferenceSystem &c1, const QgsCoordinateReferenceSystem &c2) |
| bool CORE_EXPORT | operator> (const QgsCoordinateReferenceSystem &c1, const QgsCoordinateReferenceSystem &c2) |
| bool CORE_EXPORT | operator>= (const QgsCoordinateReferenceSystem &c1, const QgsCoordinateReferenceSystem &c2) |
| typedef void(* CUSTOM_CRS_VALIDATION) (QgsCoordinateReferenceSystem &) |
Definition at line 70 of file qgscoordinatereferencesystem.h.
| typedef void* OGRSpatialReferenceH |
Definition at line 66 of file qgscoordinatereferencesystem.h.
| typedef struct PJconsts PJ |
Definition at line 49 of file qgscoordinatereferencesystem.h.
| typedef struct projCtx_t PJ_CONTEXT |
Definition at line 56 of file qgscoordinatereferencesystem.h.
Definition at line 61 of file qgscoordinatereferencesystem.h.
| bool CORE_EXPORT operator< | ( | const QgsCoordinateReferenceSystem & | c1, |
| const QgsCoordinateReferenceSystem & | c2 | ||
| ) |
Definition at line 1194 of file qgscoordinatereferencesystem.cpp.
|
inline |
Output stream operator.
Definition at line 1205 of file qgscoordinatereferencesystem.h.
| bool CORE_EXPORT operator<= | ( | const QgsCoordinateReferenceSystem & | c1, |
| const QgsCoordinateReferenceSystem & | c2 | ||
| ) |
Definition at line 1196 of file qgscoordinatereferencesystem.cpp.
| bool CORE_EXPORT operator> | ( | const QgsCoordinateReferenceSystem & | c1, |
| const QgsCoordinateReferenceSystem & | c2 | ||
| ) |
Definition at line 1193 of file qgscoordinatereferencesystem.cpp.
| bool CORE_EXPORT operator>= | ( | const QgsCoordinateReferenceSystem & | c1, |
| const QgsCoordinateReferenceSystem & | c2 | ||
| ) |
Definition at line 1195 of file qgscoordinatereferencesystem.cpp.