QGIS API Documentation  3.10.0-A Coruña (6c816b4204)
Public Attributes | List of all members
QgsDatumTransform::GridDetails Struct Reference

Contains information about a projection transformation grid file. More...

#include <qgsdatumtransform.h>

Public Attributes

bool directDownload = false
 true if direct download of grid is possible More...
 
QString fullName
 Full name of transform grid. More...
 
bool isAvailable = false
 true if grid is currently available for use More...
 
bool openLicense = false
 true if grid is available under an open license More...
 
QString packageName
 Name of package the grid is included within. More...
 
QString shortName
 Short name of transform grid. More...
 
QString url
 Url to download grid from. More...
 

Detailed Description

Contains information about a projection transformation grid file.

Since
QGIS 3.8

Definition at line 133 of file qgsdatumtransform.h.

Member Data Documentation

◆ directDownload

bool QgsDatumTransform::GridDetails::directDownload = false

true if direct download of grid is possible

Definition at line 144 of file qgsdatumtransform.h.

◆ fullName

QString QgsDatumTransform::GridDetails::fullName

Full name of transform grid.

Definition at line 138 of file qgsdatumtransform.h.

◆ isAvailable

bool QgsDatumTransform::GridDetails::isAvailable = false

true if grid is currently available for use

Definition at line 148 of file qgsdatumtransform.h.

◆ openLicense

bool QgsDatumTransform::GridDetails::openLicense = false

true if grid is available under an open license

Definition at line 146 of file qgsdatumtransform.h.

◆ packageName

QString QgsDatumTransform::GridDetails::packageName

Name of package the grid is included within.

Definition at line 140 of file qgsdatumtransform.h.

◆ shortName

QString QgsDatumTransform::GridDetails::shortName

Short name of transform grid.

Definition at line 136 of file qgsdatumtransform.h.

◆ url

QString QgsDatumTransform::GridDetails::url

Url to download grid from.

Definition at line 142 of file qgsdatumtransform.h.


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