| 
    QGIS API Documentation
    2.8.2-Wien
    
   | 
 
#include <qgscrscache.h>
Public Member Functions | |
| ~QgsCRSCache () | |
| const  QgsCoordinateReferenceSystem &  | crsByAuthId (const QString &authid) | 
| Returns the CRS for authid, e.g.   | |
| const  QgsCoordinateReferenceSystem &  | crsByEpsgId (long epsg) | 
| void | updateCRSCache (const QString &authid) | 
Static Public Member Functions | |
| static QgsCRSCache * | instance () | 
Protected Member Functions | |
| QgsCRSCache () | |
Definition at line 47 of file qgscrscache.h.
| QgsCRSCache::~QgsCRSCache | ( | ) | 
Definition at line 92 of file qgscrscache.cpp.
      
  | 
  protected | 
Definition at line 88 of file qgscrscache.cpp.
| const QgsCoordinateReferenceSystem & QgsCRSCache::crsByAuthId | ( | const QString & | authid | ) | 
Returns the CRS for authid, e.g.
'EPSG:4326' (or an invalid CRS in case of error)
Definition at line 111 of file qgscrscache.cpp.
| const QgsCoordinateReferenceSystem & QgsCRSCache::crsByEpsgId | ( | long | epsg | ) | 
Definition at line 129 of file qgscrscache.cpp.
      
  | 
  static | 
Definition at line 82 of file qgscrscache.cpp.
| void QgsCRSCache::updateCRSCache | ( | const QString & | authid | ) | 
Definition at line 96 of file qgscrscache.cpp.
 1.8.1.2