2014-04-19 15:53:43 +02:00
|
|
|
r.to.vect
|
2015-07-26 03:48:27 +02:00
|
|
|
Converts a raster into a vector layer.
|
2014-04-19 15:53:43 +02:00
|
|
|
Raster (r.*)
|
2017-09-03 17:42:13 +02:00
|
|
|
QgsProcessingParameterRasterLayer|input|Input raster layer|None|False
|
2017-11-11 14:31:58 +01:00
|
|
|
QgsProcessingParameterEnum|type|Feature type|line;point;area|False|2|False
|
|
|
|
QgsProcessingParameterString|column|Name of attribute column to store value|value|False|True
|
2017-09-03 17:42:13 +02:00
|
|
|
QgsProcessingParameterBoolean|-s|Smooth corners of area features|False
|
2017-11-11 14:31:58 +01:00
|
|
|
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
|
2017-09-03 17:42:13 +02:00
|
|
|
QgsProcessingParameterVectorDestination|output|Vectorized
|