QGIS API Documentation
3.4.15-Madeira (e83d02e274)
|
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. More... | |
int | writeFile (QgsFeedback *feedback=nullptr) |
Writes the grid file. More... | |
A class that does interpolation to a grid and writes the results to an ascii grid.
Definition at line 33 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 25 of file qgsgridfilewriter.cpp.
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 35 of file qgsgridfilewriter.cpp.