QGIS API Documentation  2.14.0-Essen
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 109 of file qgsalignraster.h.

Constructor & Destructor Documentation

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

Definition at line 111 of file qgsalignraster.h.

Member Data Documentation

QString QgsAlignRaster::Item::inputFilename

filename of the source raster

Definition at line 120 of file qgsalignraster.h.

QString QgsAlignRaster::Item::outputFilename

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

Definition at line 122 of file qgsalignraster.h.

ResampleAlg QgsAlignRaster::Item::resampleMethod

resampling method to be used

Definition at line 124 of file qgsalignraster.h.

bool QgsAlignRaster::Item::rescaleValues

rescaling of values according to the change of pixel size

Definition at line 126 of file qgsalignraster.h.

double QgsAlignRaster::Item::srcCellSizeInDestCRS

used for rescaling of values (if necessary)

Definition at line 131 of file qgsalignraster.h.


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