QgsDatumTransform::TransformPair struct

Contains datum transform information.

Constructors, destructors, conversion operators

TransformPair(int sourceTransformId = -1, int destinationTransformId = -1)
Constructor for a TransformPair with the specified sourceTransformId and destinationTransformId transforms.

Public variables

int destinationTransformId
ID for the datum transform to use when projecting to the destination CRS.
int sourceTransformId
ID for the datum transform to use when projecting from the source CRS.

Variable documentation

int QgsDatumTransform::TransformPair::destinationTransformId

ID for the datum transform to use when projecting to the destination CRS.

int QgsDatumTransform::TransformPair::sourceTransformId

ID for the datum transform to use when projecting from the source CRS.