QGIS API Documentation
2.6.0-Brighton
|
#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 () |
QgsCRSCache::~QgsCRSCache | ( | ) |
|
protected |
const QgsCoordinateReferenceSystem & QgsCRSCache::crsByAuthId | ( | const QString & | authid | ) |
Returns the CRS for authid, e.g.
'EPSG:4326' (or an invalid CRS in case of error)
const QgsCoordinateReferenceSystem & QgsCRSCache::crsByEpsgId | ( | long | epsg | ) |
|
static |
void QgsCRSCache::updateCRSCache | ( | const QString & | authid | ) |