QGIS API Documentation  3.8.0-Zanzibar (11aff65)
Public Attributes | List of all members
QgsDatumTransform::TransformDetails Struct Reference

Contains information about a coordinate transformation operation. More...

#include <qgsdatumtransform.h>

Public Attributes

double accuracy = 0
 Transformation accuracy (in meters) More...
 
QList< QgsDatumTransform::GridDetailsgrids
 Contains a list of transform grids used by the operation. More...
 
bool isAvailable = false
 true if operation is available. More...
 
QString name
 Display name of transform operation. More...
 
QString proj
 Proj representation of transform operation. More...
 

Detailed Description

Contains information about a coordinate transformation operation.

Note
Only used in builds based on on Proj >= 6.0
Since
QGIS 3.8

Definition at line 156 of file qgsdatumtransform.h.

Member Data Documentation

◆ accuracy

double QgsDatumTransform::TransformDetails::accuracy = 0

Transformation accuracy (in meters)

Definition at line 163 of file qgsdatumtransform.h.

◆ grids

QList< QgsDatumTransform::GridDetails > QgsDatumTransform::TransformDetails::grids

Contains a list of transform grids used by the operation.

Definition at line 176 of file qgsdatumtransform.h.

◆ isAvailable

bool QgsDatumTransform::TransformDetails::isAvailable = false

true if operation is available.

If false, it likely means a transform grid is required which is not available.

Definition at line 171 of file qgsdatumtransform.h.

◆ name

QString QgsDatumTransform::TransformDetails::name

Display name of transform operation.

Definition at line 161 of file qgsdatumtransform.h.

◆ proj

QString QgsDatumTransform::TransformDetails::proj

Proj representation of transform operation.

Definition at line 159 of file qgsdatumtransform.h.


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