18#ifndef QGSGRIDFILEWRITER_H
19#define QGSGRIDFILEWRITER_H
24#include "qgis_analysis.h"
92 QString mOutputFilePath;
97 double mCellSizeX = 0;
98 double mCellSizeY = 0;
100 QStringList mCreateOptions;
101 double mNoDataValue = -9999.0;
Base class for feedback objects to be used for cancellation of something running in a worker thread.
A class that does interpolation to a grid and writes the results to an ascii grid.
void setNoDataValue(double noDataValue)
Set no data value for output file.
double noDataValue() const
Returns no data value used for output file.
QStringList createOptions() const
Returns the list of data source creation options which will be used when creating the output raster f...
void setCreateOptions(const QStringList &list)
Sets a list of data source creation options to use when creating the output raster file.
Interface class for interpolations.
A rectangle specified with double values.