16#ifndef QGSALIGNRASTERDATA_H
17#define QGSALIGNRASTERDATA_H
34 RasterItem(
const QString &input,
const QString &output )
GdalResampleAlgorithm
Resampling algorithm to be used (equivalent to GDAL's enum GDALResampleAlg).
@ RA_NearestNeighbour
Nearest neighbour (select on one input pixel).
Provides data structures and enums for the align raster tool.
QList< QgsAlignRasterData::RasterItem > RasterItemList
Qgis::GdalResampleAlgorithm resampleMethod
resampling method to be used
bool rescaleValues
rescaling of values according to the change of pixel size
double srcCellSizeInDestCRS
used for rescaling of values (if necessary)
RasterItem(const QString &input, const QString &output)
virtual ~RasterItem()=default
QString inputFilename
filename of the source raster
QString outputFilename
filename of the newly created aligned raster (will be overwritten if exists already)