QGIS API Documentation
2.18.21-Las Palmas (9fba24a)
|
Cache coordinate transform by authid of source/dest transformation to avoid the overhead of initialization for each redraw. More...
#include <qgscrscache.h>
Public Member Functions | |
~QgsCoordinateTransformCache () | |
void | invalidateCrs (const QString &crsAuthId) |
Removes transformations where a changed crs is involved from the cache. More... | |
const QgsCoordinateTransform * | transform (const QString &srcAuthId, const QString &destAuthId, int srcDatumTransform=-1, int destDatumTransform=-1) |
Returns coordinate transformation. More... | |
Static Public Member Functions | |
static QgsCoordinateTransformCache * | instance () |
Cache coordinate transform by authid of source/dest transformation to avoid the overhead of initialization for each redraw.
Definition at line 30 of file qgscrscache.h.
QgsCoordinateTransformCache::~QgsCoordinateTransformCache | ( | ) |
Definition at line 32 of file qgscrscache.cpp.
|
static |
Definition at line 22 of file qgscrscache.cpp.
void QgsCoordinateTransformCache::invalidateCrs | ( | const QString & | crsAuthId | ) |
Removes transformations where a changed crs is involved from the cache.
Definition at line 68 of file qgscrscache.cpp.
const QgsCoordinateTransform * QgsCoordinateTransformCache::transform | ( | const QString & | srcAuthId, |
const QString & | destAuthId, | ||
int | srcDatumTransform = -1 , |
||
int | destDatumTransform = -1 |
||
) |
Returns coordinate transformation.
Cache keeps ownership
srcAuthId | auth id string of source crs |
destAuthId | auth id string of dest crs |
srcDatumTransform | id of source's datum transform |
destDatumTransform | id of destinations's datum transform |
Definition at line 41 of file qgscrscache.cpp.