QGIS/python/gui/auto_generated/raster/qgsrastercontourrendererwidget.sip.in
Martin Dobias be98e2f0f6 [FEATURE] Raster layer contour renderer
This new renderer draws contour lines that are calculated on the fly
from the source raster band. It is possible to set interval of contour
lines and symbol used for drawing.

In addition there is support for "index contours" - contour lines
with higher interval, typically drawn with a wider line symbol.

If we generate contour lines on input raster block with the same size as our
output raster block, the generated lines would contain too much detail.
This detail can be reduced by the "downscale" factor - this will request
lower resolution of the source raster.
2020-03-31 08:51:54 +02:00

44 lines
1.6 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/raster/qgsrastercontourrendererwidget.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsRasterContourRendererWidget : QgsRasterRendererWidget
{
%Docstring
Configuration widget for QgsRasterContourRenderer
.. versionadded:: 3.14
%End
%TypeHeaderCode
#include "qgsrastercontourrendererwidget.h"
%End
public:
QgsRasterContourRendererWidget( QgsRasterLayer *layer, const QgsRectangle &extent = QgsRectangle() );
%Docstring
Constructs the widget
%End
static QgsRasterRendererWidget *create( QgsRasterLayer *layer, const QgsRectangle &extent ) /Factory/;
%Docstring
Widget creation function (mainly for the use by the renderer registry)
%End
virtual QgsRasterRenderer *renderer();
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/raster/qgsrastercontourrendererwidget.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/