Class: QgsClassificationCustom

class qgis.core.QgsClassificationCustom

Bases: QgsClassificationMethod

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

New in version 3.10:

Methods

addParameter

clone

rtype:

QgsClassificationMethod

copyBase

formatNumber

id

rtype:

str

name

rtype:

str

valuesRequired

rtype:

bool

Attributes

METHOD_ID

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

QgsClassificationMethod

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

str

name(self) str
Return type:

str

valuesRequired(self) bool
Return type:

bool