QGIS API Documentation
3.16.0-Hannover (43b64b13f3)
|
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 54 of file qgsdatumtransform.h.
|
inline |
Constructor for a TransformPair with the specified sourceTransformId and destinationTransformId transforms.
Definition at line 61 of file qgsdatumtransform.h.
|
inline |
Definition at line 83 of file qgsdatumtransform.h.
|
inline |
Definition at line 78 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 76 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 70 of file qgsdatumtransform.h.