2017-06-22 20:25:19 +02:00
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/analysis/interpolation/qgsgridfilewriter.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2012-09-24 02:28:15 +02:00
|
|
|
class QgsGridFileWriter
|
|
|
|
{
|
2017-06-22 20:25:19 +02:00
|
|
|
|
2012-09-24 02:28:15 +02:00
|
|
|
%TypeHeaderCode
|
2017-06-22 20:25:19 +02:00
|
|
|
#include "qgsgridfilewriter.h"
|
2012-09-24 02:28:15 +02:00
|
|
|
%End
|
|
|
|
public:
|
|
|
|
|
2017-11-03 14:00:07 +10:00
|
|
|
QgsGridFileWriter( QgsInterpolator *interpolator, const QString &outputPath, const QgsRectangle &extent, int nCols, int nRows );
|
|
|
|
%Docstring
|
2017-12-15 10:36:55 -04:00
|
|
|
Constructor for QgsGridFileWriter, for the specified ``interpolator``.
|
2017-11-03 14:00:07 +10:00
|
|
|
|
2017-12-15 10:36:55 -04:00
|
|
|
The ``outputPath`` argument is used to set the output file path.
|
2017-11-03 14:00:07 +10:00
|
|
|
|
2017-12-15 10:36:55 -04:00
|
|
|
The ``extent`` and ``nCols``, ``nRows`` arguments dictate the extent and size of the output raster.
|
2017-11-03 14:00:07 +10:00
|
|
|
%End
|
2012-09-24 02:28:15 +02:00
|
|
|
|
2017-08-19 04:08:04 +10:00
|
|
|
int writeFile( QgsFeedback *feedback = 0 );
|
2017-06-22 20:25:19 +02:00
|
|
|
%Docstring
|
2017-12-15 10:36:55 -04:00
|
|
|
Writes the grid file.
|
2017-11-03 14:00:07 +10:00
|
|
|
|
2017-12-15 10:36:55 -04:00
|
|
|
An optional ``feedback`` object can be set for progress reports and cancelation support
|
|
|
|
|
|
|
|
:return: 0 in case of success
|
2017-06-22 20:25:19 +02:00
|
|
|
%End
|
|
|
|
|
2012-09-24 02:28:15 +02:00
|
|
|
};
|
2017-06-22 20:25:19 +02:00
|
|
|
|
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/analysis/interpolation/qgsgridfilewriter.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|