QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
QgsClassificationRange contains the information about a classification range. More...
#include <qgsclassificationmethod.h>
Public Member Functions | |
QgsClassificationRange (const QString &label, double lowerBound, double upperBound) | |
Constructor. More... | |
QString | label () const |
Returns the lower bound. More... | |
double | lowerBound () const |
Returns the lower bound. More... | |
double | upperBound () const |
Returns the upper bound. More... | |
QgsClassificationRange contains the information about a classification range.
Definition at line 48 of file qgsclassificationmethod.h.
|
inline |
Constructor.
Definition at line 52 of file qgsclassificationmethod.h.
|
inline |
Returns the lower bound.
Definition at line 63 of file qgsclassificationmethod.h.
|
inline |
Returns the lower bound.
Definition at line 58 of file qgsclassificationmethod.h.
|
inline |
Returns the upper bound.
Definition at line 60 of file qgsclassificationmethod.h.