QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
#include "qgis_core.h"
#include <ostream>
#include <QString>
#include <QMap>
#include <QHash>
#include <QReadWriteLock>
#include <QExplicitlySharedDataPointer>
#include <QObject>
#include "qgis_sip.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 69 of file qgscoordinatereferencesystem.h.
typedef void* OGRSpatialReferenceH |
Definition at line 65 of file qgscoordinatereferencesystem.h.
typedef struct PJconsts PJ |
Definition at line 1 of file qgscoordinatereferencesystem.h.
typedef struct projCtx_t PJ_CONTEXT |
Definition at line 1 of file qgscoordinatereferencesystem.h.
Definition at line 1 of file qgscoordinatereferencesystem.h.
bool CORE_EXPORT operator< | ( | const QgsCoordinateReferenceSystem & | c1, |
const QgsCoordinateReferenceSystem & | c2 | ||
) |
Definition at line 1096 of file qgscoordinatereferencesystem.cpp.
|
inline |
Output stream operator.
Definition at line 1107 of file qgscoordinatereferencesystem.h.
bool CORE_EXPORT operator<= | ( | const QgsCoordinateReferenceSystem & | c1, |
const QgsCoordinateReferenceSystem & | c2 | ||
) |
Definition at line 1098 of file qgscoordinatereferencesystem.cpp.
bool CORE_EXPORT operator> | ( | const QgsCoordinateReferenceSystem & | c1, |
const QgsCoordinateReferenceSystem & | c2 | ||
) |
Definition at line 1095 of file qgscoordinatereferencesystem.cpp.
bool CORE_EXPORT operator>= | ( | const QgsCoordinateReferenceSystem & | c1, |
const QgsCoordinateReferenceSystem & | c2 | ||
) |
Definition at line 1097 of file qgscoordinatereferencesystem.cpp.