| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
#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"

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 void(* CUSTOM_CRS_VALIDATION) (QgsCoordinateReferenceSystem &) | 
Definition at line 59 of file qgscoordinatereferencesystem.h.
| typedef struct PJconsts PJ | 
Definition at line 49 of file qgscoordinatereferencesystem.h.
| typedef struct pj_ctx PJ_CONTEXT | 
Definition at line 52 of file qgscoordinatereferencesystem.h.
Definition at line 56 of file qgscoordinatereferencesystem.h.
| bool CORE_EXPORT operator< | ( | const QgsCoordinateReferenceSystem & | c1, | 
| const QgsCoordinateReferenceSystem & | c2 | ||
| ) | 
Definition at line 1321 of file qgscoordinatereferencesystem.cpp.
      
  | 
  inline | 
Output stream operator.
Definition at line 1332 of file qgscoordinatereferencesystem.h.
| bool CORE_EXPORT operator<= | ( | const QgsCoordinateReferenceSystem & | c1, | 
| const QgsCoordinateReferenceSystem & | c2 | ||
| ) | 
Definition at line 1323 of file qgscoordinatereferencesystem.cpp.
| bool CORE_EXPORT operator> | ( | const QgsCoordinateReferenceSystem & | c1, | 
| const QgsCoordinateReferenceSystem & | c2 | ||
| ) | 
Definition at line 1320 of file qgscoordinatereferencesystem.cpp.
| bool CORE_EXPORT operator>= | ( | const QgsCoordinateReferenceSystem & | c1, | 
| const QgsCoordinateReferenceSystem & | c2 | ||
| ) | 
Definition at line 1322 of file qgscoordinatereferencesystem.cpp.