QGIS API Documentation 3.99.0-Master (2fe06baccd8)
Loading...
Searching...
No Matches
QgsAlignRasterData::RasterItem Struct Reference

Definition of one raster layer for alignment. More...

#include <qgsalignrasterdata.h>

Public Member Functions

 RasterItem (const QString &input, const QString &output)
virtual ~RasterItem ()=default

Public Attributes

QString inputFilename
 filename of the source raster
QString outputFilename
 filename of the newly created aligned raster (will be overwritten if exists already)
Qgis::GdalResampleAlgorithm resampleMethod = Qgis::GdalResampleAlgorithm::RA_NearestNeighbour
 resampling method to be used
bool rescaleValues = false
 rescaling of values according to the change of pixel size
double srcCellSizeInDestCRS = 0.0
 used for rescaling of values (if necessary)

Detailed Description

Definition of one raster layer for alignment.

Definition at line 32 of file qgsalignrasterdata.h.

Constructor & Destructor Documentation

◆ RasterItem()

QgsAlignRasterData::RasterItem::RasterItem ( const QString & input,
const QString & output )
inline

Definition at line 34 of file qgsalignrasterdata.h.

◆ ~RasterItem()

virtual QgsAlignRasterData::RasterItem::~RasterItem ( )
virtualdefault

Member Data Documentation

◆ inputFilename

QString QgsAlignRasterData::RasterItem::inputFilename

filename of the source raster

Definition at line 42 of file qgsalignrasterdata.h.

◆ outputFilename

QString QgsAlignRasterData::RasterItem::outputFilename

filename of the newly created aligned raster (will be overwritten if exists already)

Definition at line 44 of file qgsalignrasterdata.h.

◆ resampleMethod

Qgis::GdalResampleAlgorithm QgsAlignRasterData::RasterItem::resampleMethod = Qgis::GdalResampleAlgorithm::RA_NearestNeighbour

resampling method to be used

Definition at line 46 of file qgsalignrasterdata.h.

◆ rescaleValues

bool QgsAlignRasterData::RasterItem::rescaleValues = false

rescaling of values according to the change of pixel size

Definition at line 48 of file qgsalignrasterdata.h.

◆ srcCellSizeInDestCRS

double QgsAlignRasterData::RasterItem::srcCellSizeInDestCRS = 0.0

used for rescaling of values (if necessary)

Definition at line 53 of file qgsalignrasterdata.h.


The documentation for this struct was generated from the following file: