mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
10 lines
849 B
Python
10 lines
849 B
Python
# The following has been generated automatically from src/core/classification/qgsclassificationmethod.h
|
|
QgsClassificationMethod.NoFlag = QgsClassificationMethod.MethodProperty.NoFlag
|
|
QgsClassificationMethod.ValuesNotRequired = QgsClassificationMethod.MethodProperty.ValuesNotRequired
|
|
QgsClassificationMethod.SymmetricModeAvailable = QgsClassificationMethod.MethodProperty.SymmetricModeAvailable
|
|
QgsClassificationMethod.IgnoresClassCount = QgsClassificationMethod.MethodProperty.IgnoresClassCount
|
|
QgsClassificationMethod.MethodProperties = lambda flags=0: QgsClassificationMethod.MethodProperty(flags)
|
|
QgsClassificationMethod.LowerBound = QgsClassificationMethod.ClassPosition.LowerBound
|
|
QgsClassificationMethod.Inner = QgsClassificationMethod.ClassPosition.Inner
|
|
QgsClassificationMethod.UpperBound = QgsClassificationMethod.ClassPosition.UpperBound
|