Class: QgsClassificationCustom

class qgis.core.QgsClassificationCustom

Bases: QgsClassificationMethod

QgsClassificationCustom is a dummy implementation of QgsClassification which does not compute any break.

Methods

clone

rtype

QgsClassificationMethod

copyBase

formatNumber

id

rtype

str

name

rtype

str

Attributes

METHOD_ID

METHOD_ID = 'Custom'
clone(self)QgsClassificationMethod
Return type

QgsClassificationMethod

copyBase()
formatNumber()
id(self) → str
Return type

str

name(self) → str
Return type

str