Class: QgsClassificationStandardDeviation

class qgis.core.QgsClassificationStandardDeviation

Bases: QgsClassificationMethod

QgsClassificationCustom is an implementation of QgsClassificationMethod based on standard deviation

New in version 3.10:

Methods

addParameter

clone

rtype

QgsClassificationMethod

copyBase

formatNumber

icon

rtype

QIcon

id

rtype

str

labelForRange

param lowerValue

name

rtype

str

readXml

param element

writeXml

param element

Attributes

METHOD_ID

METHOD_ID = 'StdDev'
addParameter()
clone(self) QgsClassificationMethod
Return type

QgsClassificationMethod

copyBase()
formatNumber()
icon(self) QIcon
Return type

QIcon

id(self) str
Return type

str

labelForRange(self, lowerValue: float, upperValue: float, position: QgsClassificationMethod.ClassPosition) str
Parameters
Return type

str

name(self) str
Return type

str

readXml(self, element: QDomElement, context: QgsReadWriteContext)
Parameters
writeXml(self, element: QDomElement, context: QgsReadWriteContext)
Parameters