QGIS API Documentation  3.4.15-Madeira (e83d02e274)
Public Member Functions | Public Attributes | List of all members
QgsDatumTransform::TransformPair Struct Reference

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...
 

Detailed Description

Contains datum transform information.

Since
QGIS 3.0

Definition at line 44 of file qgsdatumtransform.h.

Constructor & Destructor Documentation

QgsDatumTransform::TransformPair::TransformPair ( int  sourceTransformId = -1,
int  destinationTransformId = -1 
)
inline

Constructor for a TransformPair with the specified sourceTransformId and destinationTransformId transforms.

Definition at line 51 of file qgsdatumtransform.h.

Member Function Documentation

bool QgsDatumTransform::TransformPair::operator!= ( QgsDatumTransform::TransformPair  other) const
inline

Definition at line 73 of file qgsdatumtransform.h.

bool QgsDatumTransform::TransformPair::operator== ( QgsDatumTransform::TransformPair  other) const
inline

Definition at line 68 of file qgsdatumtransform.h.

Member Data Documentation

int QgsDatumTransform::TransformPair::destinationTransformId = -1

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

See also
QgsCoordinateTransform::datumTransformCrsInfo()

Definition at line 66 of file qgsdatumtransform.h.

int QgsDatumTransform::TransformPair::sourceTransformId = -1

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

See also
QgsCoordinateTransform::datumTransformCrsInfo()

Definition at line 60 of file qgsdatumtransform.h.


The documentation for this struct was generated from the following file: