r.to.vect.txt 751 B

123456789101112
  1. r.to.vect
  2. Converts a raster into a vector layer.
  3. Raster (r.*)
  4. QgsProcessingParameterRasterLayer|input|Input raster layer|None|False
  5. QgsProcessingParameterEnum|type|Feature type|line;point;area|False|2|False
  6. QgsProcessingParameterString|column|Name of attribute column to store value|value|False|True
  7. QgsProcessingParameterBoolean|-s|Smooth corners of area features|False
  8. QgsProcessingParameterBoolean|-v|Use raster values as categories instead of unique sequence|False
  9. QgsProcessingParameterBoolean|-z|Write raster values as z coordinate|False
  10. QgsProcessingParameterBoolean|-b|Do not build vector topology|False
  11. QgsProcessingParameterBoolean|-t|Do not create attribute table|False
  12. QgsProcessingParameterVectorDestination|output|Vectorized