QGIS API Documentation 3.99.0-Master (21b3aa880ba)
Loading...
Searching...
No Matches
qgscoordinatereferencesystem.h File Reference
#include <ostream>
#include "qgis_core.h"
#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
 Represents a coordinate reference system (CRS). More...

Typedefs

typedef void(* CUSTOM_CRS_VALIDATION) (QgsCoordinateReferenceSystem &)
typedef struct PJconsts PJ
typedef struct pj_ctx 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.
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 60 of file qgscoordinatereferencesystem.h.

◆ PJ

typedef struct PJconsts PJ

Definition at line 50 of file qgscoordinatereferencesystem.h.

◆ PJ_CONTEXT

typedef struct pj_ctx PJ_CONTEXT

Definition at line 53 of file qgscoordinatereferencesystem.h.

◆ sqlite3

typedef struct sqlite3 sqlite3

Definition at line 57 of file qgscoordinatereferencesystem.h.

Function Documentation

◆ operator<()

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

Definition at line 1334 of file qgscoordinatereferencesystem.cpp.

◆ operator<<()

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

Output stream operator.

Definition at line 1345 of file qgscoordinatereferencesystem.h.

◆ operator<=()

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

Definition at line 1336 of file qgscoordinatereferencesystem.cpp.

◆ operator>()

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

Definition at line 1333 of file qgscoordinatereferencesystem.cpp.

◆ operator>=()

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

Definition at line 1335 of file qgscoordinatereferencesystem.cpp.