| 1234567891011121314 |
- r.what
- r.what.points - Queries raster maps on their category values and category labels on a layer of points.
- Raster (r.*)
- QgsProcessingParameterRasterLayer|map|Name of raster map|None|False
- QgsProcessingParameterFeatureSource|points|Name of vector points layer for query|0|None|False
- QgsProcessingParameterString|null_value|String representing NULL value|*|False|True
- QgsProcessingParameterString|separator|Field separator. Special characters: pipe, comma, space, tab, newline|pipe|False|True
- QgsProcessingParameterNumber|cache|Size of point cache|QgsProcessingParameterNumber.Integer|500|True|0|None
- *QgsProcessingParameterBoolean|-n|Output header row|False|True
- *QgsProcessingParameterBoolean|-f|Show the category labels of the grid cell(s)|False|True
- *QgsProcessingParameterBoolean|-r|Output color values as RRR:GGG:BBB|False|True
- *QgsProcessingParameterBoolean|-i|Output integer category values, not cell values|False|True
- *QgsProcessingParameterBoolean|-c|Turn on cache reporting|False|True
- QgsProcessingParameterFileDestination|output|Raster Values File|Txt files (*.txt)|None|False
|