The QgsDatumTransformStore class keeps track of datum transformations as chosen by the user.
More...
#include <qgsdatumtransformstore.h>
Detailed Description
The QgsDatumTransformStore class keeps track of datum transformations as chosen by the user.
- Note
- added in 2.4
Constructor & Destructor Documentation
Member Function Documentation
void QgsDatumTransformStore::addEntry |
( |
const QString & |
layerId, |
|
|
const QString & |
srcAuthId, |
|
|
const QString & |
destAuthId, |
|
|
int |
srcDatumTransform, |
|
|
int |
destDatumTransform |
|
) |
| |
void QgsDatumTransformStore::clear |
( |
| ) |
|
bool QgsDatumTransformStore::hasEntryForLayer |
( |
QgsMapLayer * |
layer | ) |
const |
void QgsDatumTransformStore::readXML |
( |
const QDomNode & |
parentNode | ) |
|
will return transform from layer's CRS to current destination CRS.
Will emit datumTransformInfoRequested signal if the layer has no entry. Returns an instance from QgsCoordinateTransformCache
void QgsDatumTransformStore::writeXML |
( |
QDomNode & |
parentNode, |
|
|
QDomDocument & |
theDoc |
|
) |
| const |
Member Data Documentation
QHash< QString, Entry > QgsDatumTransformStore::mEntries |
|
protected |
The documentation for this class was generated from the following files: