QGIS API Documentation  2.18.21-Las Palmas (9fba24a)
Public Member Functions | Public Attributes | List of all members
QgsAlignRaster::Item Struct Reference

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

#include <qgsalignraster.h>

Public Member Functions

 Item (const QString &input, const QString &output)
 

Public Attributes

QString inputFilename
 filename of the source raster More...
 
QString outputFilename
 filename of the newly created aligned raster (will be overwritten if exists already) More...
 
ResampleAlg resampleMethod
 resampling method to be used More...
 
bool rescaleValues
 rescaling of values according to the change of pixel size More...
 
double srcCellSizeInDestCRS
 used for rescaling of values (if necessary) More...
 

Detailed Description

Definition of one raster layer for alignment.

Definition at line 116 of file qgsalignraster.h.

Constructor & Destructor Documentation

◆ Item()

QgsAlignRaster::Item::Item ( const QString input,
const QString output 
)
inline

Definition at line 118 of file qgsalignraster.h.

Member Data Documentation

◆ inputFilename

QString QgsAlignRaster::Item::inputFilename

filename of the source raster

Definition at line 127 of file qgsalignraster.h.

◆ outputFilename

QString QgsAlignRaster::Item::outputFilename

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

Definition at line 129 of file qgsalignraster.h.

◆ resampleMethod

ResampleAlg QgsAlignRaster::Item::resampleMethod

resampling method to be used

Definition at line 131 of file qgsalignraster.h.

◆ rescaleValues

bool QgsAlignRaster::Item::rescaleValues

rescaling of values according to the change of pixel size

Definition at line 133 of file qgsalignraster.h.

◆ srcCellSizeInDestCRS

double QgsAlignRaster::Item::srcCellSizeInDestCRS

used for rescaling of values (if necessary)

Definition at line 138 of file qgsalignraster.h.


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