|
| | GeoTIFF (const QString &fileName) |
| | Constructor.
|
| | GeoTIFF (QIODevice &device) |
| | Constructor.
|
| QGeoCoordinate | bottomLeft () const |
| | Geographic coordinate for corner of raster image.
|
| QGeoCoordinate | bottomRight () const |
| | Geographic coordinate for corner of raster image.
|
| QString | name () const |
| | Name, as specified in the GeoTIFF file.
|
| QGeoCoordinate | topLeft () const |
| | Geographic coordinate for corner of raster image.
|
| QGeoCoordinate | topRight () const |
| | Geographic coordinate for corner of raster image.
|
| | TIFF (const QString &fileName) |
| | Constructor.
|
| | TIFF (QIODevice &device) |
| | Constructor.
|
| QMap< quint16, QVariantList > | fields () |
| | TIFF data fields.
|
| QSize | rasterSize () |
| | Size of the TIFF raster image.
|
| bool | isValid () const |
| | Validity check.
|
| QString | error () const |
| | Error string.
|
| QStringList | warnings () const |
| | Warnings.
|
GeoTIFF support.
This class reads GeoTIFF files, as specified here: https://gis-lab.info/docs/geotiff-1.8.2.pdf
It extracts bounding box coordinates, as well as the name of the file. This class does not read the raster data. GeoTIFF is a huge and complex standard, and this class is definitively not able to read all possible valid GeoTIFF files. We restrict ourselves to files that appear in real-world aviation.
Definition at line 43 of file GeoTIFF.h.