mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-06 00:05:02 -05:00
42 lines
1.4 KiB
Plaintext
42 lines
1.4 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/classification/qgsclassificationjenks.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
class QgsClassificationJenks : QgsClassificationMethod
|
|
{
|
|
%Docstring
|
|
QgsClassificationJenks is an implementation of QgsClassificationMethod
|
|
for natural breaks based on Jenks method
|
|
|
|
.. versionadded:: 3.10
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgsclassificationjenks.h"
|
|
%End
|
|
public:
|
|
QgsClassificationJenks();
|
|
|
|
virtual QString name() const;
|
|
|
|
virtual QString id() const;
|
|
|
|
virtual QgsClassificationMethod *clone() const;
|
|
|
|
|
|
};
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/classification/qgsclassificationjenks.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|