QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
Contains datum transform information. More...
#include <qgsdatumtransform.h>
Public Member Functions | |
TransformPair (int sourceTransformId=-1, int destinationTransformId=-1) | |
Constructor for a TransformPair with the specified sourceTransformId and destinationTransformId transforms. More... | |
bool | operator!= (QgsDatumTransform::TransformPair other) const |
bool | operator== (QgsDatumTransform::TransformPair other) const |
Public Attributes | |
int | destinationTransformId = -1 |
ID for the datum transform to use when projecting to the destination CRS. More... | |
int | sourceTransformId = -1 |
ID for the datum transform to use when projecting from the source CRS. More... | |
Contains datum transform information.
Definition at line 52 of file qgsdatumtransform.h.
|
inline |
Constructor for a TransformPair with the specified sourceTransformId and destinationTransformId transforms.
Definition at line 59 of file qgsdatumtransform.h.
|
inline |
Definition at line 81 of file qgsdatumtransform.h.
|
inline |
Definition at line 76 of file qgsdatumtransform.h.
int QgsDatumTransform::TransformPair::destinationTransformId = -1 |
ID for the datum transform to use when projecting to the destination CRS.
Definition at line 74 of file qgsdatumtransform.h.
int QgsDatumTransform::TransformPair::sourceTransformId = -1 |
ID for the datum transform to use when projecting from the source CRS.
Definition at line 68 of file qgsdatumtransform.h.