17#ifndef QGSDATUMTRANSFORM_H
18#define QGSDATUMTRANSFORM_H
30typedef struct PJconsts
PJ;
57 TransformPair(
int sourceTransformId = -1,
int destinationTransformId = -1 )
58 : sourceTransformId( sourceTransformId )
59 , destinationTransformId( destinationTransformId )
66 int sourceTransformId = -1;
72 int destinationTransformId = -1;
94 int datumTransformId = -1;
118 bool preferred =
false;
121 bool deprecated =
false;
141 bool directDownload =
false;
143 bool openLicense =
false;
145 bool isAvailable =
false;
225 bool isAvailable =
false;
246 QList< QgsDatumTransform::GridDetails >
grids;
295 Q_DECL_DEPRECATED
static QString datumTransformToProj(
int datumTransformId )
SIP_DEPRECATED;
304 Q_DECL_DEPRECATED
static int projStringToDatumTransformId(
const QString &
string )
SIP_DEPRECATED;
330 static void searchDatumTransform(
const QString &sql, QList< int > &transforms );
This class represents a coordinate reference system (CRS).
A rectangle specified with double values.