![]() |
Mapper
0.9.0
API documentation
|
Raster data georeferencing information. More...
#include <gdal_template.h>
Public Member Functions | |
operator QTransform () const | |
Returns a pixel-to-world transformation from GDAL's geo_transform. More... | |
Static Public Member Functions | |
static RasterGeoreferencing | fromGDALDataset (GDALDatasetH dataset) |
Returns RasterGeoreferencing for the data in the given dataset. More... | |
static QByteArray | toProjSpec (const QByteArray &gdal_spec) |
Return the given CRS specification converted to PROJ format, if possible. More... | |
Public Attributes | |
QByteArray | driver |
QByteArray | spec |
std::array< double, 6 > | geo_transform = {{ 0, 1, 0, 0, 0, 1 }} |
bool | valid = false |
Raster data georeferencing information.
|
static |
Returns RasterGeoreferencing for the data in the given dataset.
OpenOrienteering::GdalTemplate::RasterGeoreferencing::operator QTransform | ( | ) | const |
Returns a pixel-to-world transformation from GDAL's geo_transform.
|
static |
Return the given CRS specification converted to PROJ format, if possible.
QByteArray OpenOrienteering::GdalTemplate::RasterGeoreferencing::driver |
std::array<double, 6> OpenOrienteering::GdalTemplate::RasterGeoreferencing::geo_transform = {{ 0, 1, 0, 0, 0, 1 }} |
QByteArray OpenOrienteering::GdalTemplate::RasterGeoreferencing::spec |
bool OpenOrienteering::GdalTemplate::RasterGeoreferencing::valid = false |