mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
10 lines
459 B
Plaintext
10 lines
459 B
Plaintext
v.reclass
|
|
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.*)
|
|
ParameterVector|input|Input layer|-1|False
|
|
ParameterString|type|Feature type|point,line,boundary,centroid
|
|
ParameterTableField|column|The name of the column whose values are to be used as new categories|input
|
|
ParameterFile|rules|Reclass rule file|False
|
|
OutputVector|output|Reclassified layer
|
|
|