QGIS API Documentation  3.10.0-A Coruña (6c816b4204)
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 "qgsunittypes.h"
#include "qgsrectangle.h"
#include "qgssqliteutils.h"
Include dependency graph for qgscoordinatereferencesystem.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 sqlite3 sqlite3
 

Functions

std::ostream & operator<< (std::ostream &os, const QgsCoordinateReferenceSystem &r)
 Output stream operator. More...
 

Typedef Documentation

◆ CUSTOM_CRS_VALIDATION

typedef void( * CUSTOM_CRS_VALIDATION) (QgsCoordinateReferenceSystem &)

Definition at line 60 of file qgscoordinatereferencesystem.h.

◆ OGRSpatialReferenceH

typedef void* OGRSpatialReferenceH

Definition at line 56 of file qgscoordinatereferencesystem.h.

◆ sqlite3

typedef struct sqlite3 sqlite3

Definition at line 51 of file qgscoordinatereferencesystem.h.

Function Documentation

◆ operator<<()

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

Output stream operator.

Definition at line 883 of file qgscoordinatereferencesystem.h.