QGIS API Documentation  3.37.0-Master (a5b4d9743e8)
Classes | Typedefs | Functions
qgscoordinatereferencesystem.h File Reference
#include "qgis_core.h"
#include <ostream>
#include <QString>
#include <QMap>
#include <QHash>
#include <QReadWriteLock>
#include <QExplicitlySharedDataPointer>
#include <QObject>
#include "qgis_sip.h"
#include "qgis.h"
#include "qgsconfig.h"
#include "qgsrectangle.h"
#include "qgssqliteutils.h"
Include dependency graph for qgscoordinatereferencesystem.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

◆ CUSTOM_CRS_VALIDATION

typedef void( * CUSTOM_CRS_VALIDATION) (QgsCoordinateReferenceSystem &)

Definition at line 70 of file qgscoordinatereferencesystem.h.

◆ OGRSpatialReferenceH

typedef void* OGRSpatialReferenceH

Definition at line 66 of file qgscoordinatereferencesystem.h.

◆ PJ

typedef struct PJconsts PJ

Definition at line 1 of file qgscoordinatereferencesystem.h.

◆ PJ_CONTEXT

typedef struct projCtx_t PJ_CONTEXT

Definition at line 1 of file qgscoordinatereferencesystem.h.

◆ sqlite3

typedef struct sqlite3 sqlite3

Definition at line 1 of file qgscoordinatereferencesystem.h.

Function Documentation

◆ operator<()

bool CORE_EXPORT operator< ( const QgsCoordinateReferenceSystem c1,
const QgsCoordinateReferenceSystem c2 
)

Definition at line 1238 of file qgscoordinatereferencesystem.cpp.

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const QgsCoordinateReferenceSystem r 
)
inline

Output stream operator.

Definition at line 1249 of file qgscoordinatereferencesystem.h.

◆ operator<=()

bool CORE_EXPORT operator<= ( const QgsCoordinateReferenceSystem c1,
const QgsCoordinateReferenceSystem c2 
)

Definition at line 1240 of file qgscoordinatereferencesystem.cpp.

◆ operator>()

bool CORE_EXPORT operator> ( const QgsCoordinateReferenceSystem c1,
const QgsCoordinateReferenceSystem c2 
)

Definition at line 1237 of file qgscoordinatereferencesystem.cpp.

◆ operator>=()

bool CORE_EXPORT operator>= ( const QgsCoordinateReferenceSystem c1,
const QgsCoordinateReferenceSystem c2 
)

Definition at line 1239 of file qgscoordinatereferencesystem.cpp.