mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
13 lines
739 B
Plaintext
13 lines
739 B
Plaintext
r.to.vect
|
|
Converts a raster into a vector layer.
|
|
Raster (r.*)
|
|
QgsProcessingParameterRasterLayer|input|Input raster layer|None|False
|
|
QgsProcessingParameterEnum|type|Feature type|line;point;area|False|2|False
|
|
QgsProcessingParameterString|column|Name of attribute column to store value|value|False|True
|
|
QgsProcessingParameterBoolean|-s|Smooth corners of area features|False
|
|
QgsProcessingParameterBoolean|-v|Use raster values as categories instead of unique sequence|False
|
|
QgsProcessingParameterBoolean|-z|Write raster values as z coordinate|False
|
|
QgsProcessingParameterBoolean|-b|Do not build vector topology|False
|
|
QgsProcessingParameterBoolean|-t|Do not create attribute table|False
|
|
QgsProcessingParameterVectorDestination|output|Vectorized
|