|
Quantum GIS API Documentation
1.7.4
|


Go to the source code of this file.
Classes | |
| class | QgsCoordinateReferenceSystem |
| Class for storing a coordinate reference system (CRS) More... | |
Typedefs | |
| typedef struct sqlite3 | sqlite3 |
| typedef void(* | CUSTOM_CRS_VALIDATION )(QgsCoordinateReferenceSystem *) |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const QgsCoordinateReferenceSystem &r) |
| Output stream operator. | |
| typedef void( * CUSTOM_CRS_VALIDATION)(QgsCoordinateReferenceSystem *) |
Definition at line 37 of file qgscoordinatereferencesystem.h.
Definition at line 31 of file qgscoordinatereferencesystem.h.
| std::ostream& operator<< | ( | std::ostream & | os, |
| const QgsCoordinateReferenceSystem & | r | ||
| ) | [inline] |
Output stream operator.
Definition at line 434 of file qgscoordinatereferencesystem.h.
References QgsCoordinateReferenceSystem::description(), QgsCoordinateReferenceSystem::ellipsoidAcronym(), QgsCoordinateReferenceSystem::projectionAcronym(), and QgsCoordinateReferenceSystem::toProj4().
1.7.6.1