mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
11 lines
718 B
Plaintext
11 lines
718 B
Plaintext
v.class
|
|
Classifies attribute data, e.g. for thematic mapping.
|
|
Vector (v.*)
|
|
QgsProcessingParameterVectorLayer|map|Input vector layer|-1|None|False
|
|
QgsProcessingParameterField|column|Column name or expression|None|map|-1|False|False
|
|
QgsProcessingParameterString|where|WHERE conditions of SQL statement without 'where' keyword|
|
|
QgsProcessingParameterEnum|algorithm|Algorithm to use for classification|int;std;qua;equ;dis
|
|
QgsProcessingParameterNumber|nbclasses|Number of classes to define|QgsProcessingParameterNumber.Double|3|False|None|2.0
|
|
QgsProcessingParameterBoolean|-g|Print only class breaks (without min and max)|True
|
|
QgsProcessingParameterFileDestination|html|Classification|Html files (*.html)|report.html|False
|