QGIS API Documentation
2.18.21-Las Palmas (9fba24a)
|
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 *i, const QString &outputPath, const QgsRectangle &extent, int nCols, int nRows, double cellSizeX, double cellSizeY) | |
int | writeFile (bool showProgressDialog=false) |
Writes the grid file. More... | |
A class that does interpolation to a grid and writes the results to an ascii grid.
Definition at line 30 of file qgsgridfilewriter.h.
QgsGridFileWriter::QgsGridFileWriter | ( | QgsInterpolator * | i, |
const QString & | outputPath, | ||
const QgsRectangle & | extent, | ||
int | nCols, | ||
int | nRows, | ||
double | cellSizeX, | ||
double | cellSizeY | ||
) |
Definition at line 25 of file qgsgridfilewriter.cpp.
int QgsGridFileWriter::writeFile | ( | bool | showProgressDialog = false | ) |
Writes the grid file.
showProgressDialog | shows a dialog with the possibility to cancel |
Definition at line 47 of file qgsgridfilewriter.cpp.