mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
9 lines
607 B
Plaintext
9 lines
607 B
Plaintext
v.reclass
|
|
Changes vector category values for an existing vector map according to results of SQL queries or a value in attribute table column.
|
|
Vector (v.*)
|
|
QgsProcessingParameterFeatureSource|input|Input layer|-1|None|False
|
|
QgsProcessingParameterEnum|type|Input feature type|point;line;boundary;centroid|True|0,1,2,3|True
|
|
QgsProcessingParameterField|column|The name of the column whose values are to be used as new categories|None|input|-1|False|True
|
|
QgsProcessingParameterFile|rules|Reclass rule file|QgsProcessingParameterFile.File|txt|None|True
|
|
QgsProcessingParameterVectorDestination|output|Reclassified
|