|
QGIS API Documentation
3.4.15-Madeira (e83d02e274)
|
#include "qgis_core.h"#include <ostream>#include <QString>#include <QMap>#include <QHash>#include <QReadWriteLock>#include "qgis.h"#include "qgsunittypes.h"#include "qgsrectangle.h"#include "qgssqliteutils.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 void( * CUSTOM_CRS_VALIDATION) (QgsCoordinateReferenceSystem &) |
Definition at line 51 of file qgscoordinatereferencesystem.h.
| typedef void* OGRSpatialReferenceH |
Definition at line 47 of file qgscoordinatereferencesystem.h.
Definition at line 42 of file qgscoordinatereferencesystem.h.
|
inline |
Output stream operator.
Definition at line 811 of file qgscoordinatereferencesystem.h.
1.8.11