QGIS API Documentation  2.12.0-Lyon
Classes | Typedefs | Functions
qgscoordinatereferencesystem.h File Reference
#include <ostream>
#include <QString>
#include <QMap>
#include <QHash>
#include "qgis.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
 Class for storing 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

typedef void( * CUSTOM_CRS_VALIDATION) (QgsCoordinateReferenceSystem &)

Definition at line 45 of file qgscoordinatereferencesystem.h.

typedef void* OGRSpatialReferenceH

Definition at line 41 of file qgscoordinatereferencesystem.h.

typedef struct sqlite3 sqlite3

Definition at line 33 of file qgscoordinatereferencesystem.h.

Function Documentation

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

Output stream operator.

Definition at line 483 of file qgscoordinatereferencesystem.h.