QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
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. | |
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. | |
int | sourceTransformId = -1 |
ID for the datum transform to use when projecting from the source CRS. | |
Contains datum transform information.
Definition at line 50 of file qgsdatumtransform.h.
|
inline |
Constructor for a TransformPair with the specified sourceTransformId and destinationTransformId transforms.
Definition at line 57 of file qgsdatumtransform.h.
|
inline |
Definition at line 80 of file qgsdatumtransform.h.
|
inline |
Definition at line 75 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 72 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 66 of file qgsdatumtransform.h.