18#ifndef QGSGRIDFILEWRITER_H
19#define QGSGRIDFILEWRITER_H
24#include "qgis_analysis.h"
59 int writeHeader( QTextStream &outStream );
62 QString mOutputFilePath;
67 double mCellSizeX = 0;
68 double mCellSizeY = 0;
Base class for feedback objects to be used for cancellation of something running in a worker thread.
A class that does interpolation to a grid and writes the results to an ascii grid.
Interface class for interpolations.
A rectangle specified with double values.