2019-08-30 12:14:59 +02:00
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
2019-09-02 09:46:40 +02:00
|
|
|
* src/core/classification/qgsclassificationstandarddeviation.h *
|
2019-08-30 12:14:59 +02:00
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class QgsClassificationStandardDeviation : QgsClassificationMethod
|
|
|
|
{
|
|
|
|
%Docstring
|
2019-08-31 10:20:09 +02:00
|
|
|
QgsClassificationCustom is an implementation of QgsClassificationMethod
|
2019-08-30 12:14:59 +02:00
|
|
|
based on standard deviation
|
|
|
|
|
|
|
|
.. versionadded:: 3.10
|
|
|
|
%End
|
|
|
|
|
|
|
|
%TypeHeaderCode
|
|
|
|
#include "qgsclassificationstandarddeviation.h"
|
|
|
|
%End
|
|
|
|
public:
|
|
|
|
QgsClassificationStandardDeviation();
|
|
|
|
|
|
|
|
virtual QString name() const;
|
|
|
|
|
|
|
|
virtual QString id() const;
|
|
|
|
|
|
|
|
virtual QgsClassificationMethod *clone() const;
|
|
|
|
|
|
|
|
virtual QString labelForRange( const double &lowerValue, const double &upperValue, ClassPosition position ) const;
|
|
|
|
|
2019-09-02 10:49:04 +02:00
|
|
|
virtual void writeXml( QDomElement &element, const QgsReadWriteContext &context ) const;
|
2019-08-30 12:14:59 +02:00
|
|
|
|
2019-09-02 10:49:04 +02:00
|
|
|
virtual void readXml( const QDomElement &element, const QgsReadWriteContext &context );
|
2019-08-30 12:14:59 +02:00
|
|
|
|
|
|
|
|
|
|
|
static const QString METHOD_ID;
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
2019-09-02 09:46:40 +02:00
|
|
|
* src/core/classification/qgsclassificationstandarddeviation.h *
|
2019-08-30 12:14:59 +02:00
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|