QGIS API Documentation
2.8.2-Wien
|
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, QString outputPath, QgsRectangle extent, int nCols, int nRows, double cellSizeX, double cellSizeY) | |
~QgsGridFileWriter () | |
int | writeFile (bool showProgressDialog=false) |
Writes the grid file. |
A class that does interpolation to a grid and writes the results to an ascii grid.
Definition at line 29 of file qgsgridfilewriter.h.
QgsGridFileWriter::QgsGridFileWriter | ( | QgsInterpolator * | i, |
QString | outputPath, | ||
QgsRectangle | extent, | ||
int | nCols, | ||
int | nRows, | ||
double | cellSizeX, | ||
double | cellSizeY | ||
) |
Definition at line 25 of file qgsgridfilewriter.cpp.
QgsGridFileWriter::~QgsGridFileWriter | ( | ) |
Definition at line 47 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 52 of file qgsgridfilewriter.cpp.