|
QGIS API Documentation 4.0.0-Norrköping (1ddcee3d0e4)
|
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 | |
| QString | fullName |
| Full name of transform grid. | |
| bool | isAvailable = false |
true if grid is currently available for use | |
| bool | openLicense = false |
true if grid is available under an open license | |
| QString | packageName |
| Name of package the grid is included within. | |
| QString | shortName |
| Short name of transform grid. | |
| QString | url |
| Url to download grid from. | |
Contains information about a projection transformation grid file.
Definition at line 120 of file qgsdatumtransform.h.
| bool QgsDatumTransform::GridDetails::directDownload = false |
true if direct download of grid is possible
Definition at line 131 of file qgsdatumtransform.h.
| QString QgsDatumTransform::GridDetails::fullName |
Full name of transform grid.
Definition at line 125 of file qgsdatumtransform.h.
| bool QgsDatumTransform::GridDetails::isAvailable = false |
true if grid is currently available for use
Definition at line 135 of file qgsdatumtransform.h.
| bool QgsDatumTransform::GridDetails::openLicense = false |
true if grid is available under an open license
Definition at line 133 of file qgsdatumtransform.h.
| QString QgsDatumTransform::GridDetails::packageName |
Name of package the grid is included within.
Definition at line 127 of file qgsdatumtransform.h.
| QString QgsDatumTransform::GridDetails::shortName |
Short name of transform grid.
Definition at line 123 of file qgsdatumtransform.h.
| QString QgsDatumTransform::GridDetails::url |
Url to download grid from.
Definition at line 129 of file qgsdatumtransform.h.