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