A class that does interpolation to a grid and writes the results to an ascii grid.
More...
#include <qgsgridfilewriter.h>
Detailed Description
A class that does interpolation to a grid and writes the results to an ascii grid.
Constructor & Destructor Documentation
QgsGridFileWriter::QgsGridFileWriter |
( |
QgsInterpolator * |
i, |
|
|
QString |
outputPath, |
|
|
QgsRectangle |
extent, |
|
|
int |
nCols, |
|
|
int |
nRows, |
|
|
double |
cellSizeX, |
|
|
double |
cellSizeY |
|
) |
| |
QgsGridFileWriter::~QgsGridFileWriter |
( |
| ) |
|
Member Function Documentation
int QgsGridFileWriter::writeFile |
( |
bool |
showProgressDialog = false | ) |
|
Writes the grid file.
- Parameters
-
showProgressDialog | shows a dialog with the possibility to cancel |
- Returns
- 0 in case of success
The documentation for this class was generated from the following files: