QGIS API Documentation
3.8.0-Zanzibar (11aff65)
|
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... | |
Contains information about a projection transformation grid file.
Definition at line 132 of file qgsdatumtransform.h.
bool QgsDatumTransform::GridDetails::directDownload = false |
true
if direct download of grid is possible
Definition at line 143 of file qgsdatumtransform.h.
QString QgsDatumTransform::GridDetails::fullName |
Full name of transform grid.
Definition at line 137 of file qgsdatumtransform.h.
bool QgsDatumTransform::GridDetails::isAvailable = false |
true
if grid is currently available for use
Definition at line 147 of file qgsdatumtransform.h.
bool QgsDatumTransform::GridDetails::openLicense = false |
true
if grid is available under an open license
Definition at line 145 of file qgsdatumtransform.h.
QString QgsDatumTransform::GridDetails::packageName |
Name of package the grid is included within.
Definition at line 139 of file qgsdatumtransform.h.
QString QgsDatumTransform::GridDetails::shortName |
Short name of transform grid.
Definition at line 135 of file qgsdatumtransform.h.
QString QgsDatumTransform::GridDetails::url |
Url to download grid from.
Definition at line 141 of file qgsdatumtransform.h.