QGIS API Documentation 3.43.0-Master (3ee7834ace6)
|
A class that does interpolation to a grid and writes the results to an ascii grid. More...
#include <qgsgridfilewriter.h>
Public Member Functions | |
QgsGridFileWriter (QgsInterpolator *interpolator, const QString &outputPath, const QgsRectangle &extent, int nCols, int nRows) | |
Constructor for QgsGridFileWriter, for the specified interpolator. | |
QStringList | createOptions () const |
Returns the list of data source creation options which will be used when creating the output raster file. | |
double | noDataValue () const |
Returns no data value used for output file. | |
void | setCreateOptions (const QStringList &list) |
Sets a list of data source creation options to use when creating the output raster file. | |
void | setNoDataValue (double noDataValue) |
Set no data value for output file. | |
int | writeFile (QgsFeedback *feedback=nullptr) |
Writes the grid file. | |
A class that does interpolation to a grid and writes the results to an ascii grid.
Definition at line 35 of file qgsgridfilewriter.h.
QgsGridFileWriter::QgsGridFileWriter | ( | QgsInterpolator * | interpolator, |
const QString & | outputPath, | ||
const QgsRectangle & | extent, | ||
int | nCols, | ||
int | nRows | ||
) |
Constructor for QgsGridFileWriter, for the specified interpolator.
The outputPath argument is used to set the output file path.
The extent and nCols, nRows arguments dictate the extent and size of the output raster.
Definition at line 27 of file qgsgridfilewriter.cpp.
|
inline |
Returns the list of data source creation options which will be used when creating the output raster file.
Definition at line 70 of file qgsgridfilewriter.h.
|
inline |
Returns no data value used for output file.
Definition at line 86 of file qgsgridfilewriter.h.
|
inline |
Sets a list of data source creation options to use when creating the output raster file.
Definition at line 62 of file qgsgridfilewriter.h.
|
inline |
Set no data value for output file.
Definition at line 78 of file qgsgridfilewriter.h.
int QgsGridFileWriter::writeFile | ( | QgsFeedback * | feedback = nullptr | ) |
Writes the grid file.
An optional feedback object can be set for progress reports and cancellation support
Definition at line 37 of file qgsgridfilewriter.cpp.