QGIS API Documentation 4.0.0-Norrköping (1ddcee3d0e4)
Loading...
Searching...
No Matches
QgsClassificationRange Class Reference

Contains the information about a classification range. More...

#include <qgsclassificationmethod.h>

Public Member Functions

 QgsClassificationRange (const QString &label, double lowerBound, double upperBound)
 Constructor.
QString label () const
 Returns the lower bound.
double lowerBound () const
 Returns the lower bound.
double upperBound () const
 Returns the upper bound.

Detailed Description

Contains the information about a classification range.

Since
QGIS 3.10

Definition at line 53 of file qgsclassificationmethod.h.

Constructor & Destructor Documentation

◆ QgsClassificationRange()

QgsClassificationRange::QgsClassificationRange ( const QString & label,
double lowerBound,
double upperBound )
inline

Constructor.

Definition at line 57 of file qgsclassificationmethod.h.

Member Function Documentation

◆ label()

QString QgsClassificationRange::label ( ) const
inline

Returns the lower bound.

Definition at line 68 of file qgsclassificationmethod.h.

◆ lowerBound()

double QgsClassificationRange::lowerBound ( ) const
inline

Returns the lower bound.

Definition at line 63 of file qgsclassificationmethod.h.

◆ upperBound()

double QgsClassificationRange::upperBound ( ) const
inline

Returns the upper bound.

Definition at line 65 of file qgsclassificationmethod.h.


The documentation for this class was generated from the following file: