2016-02-13 13:37:14 +01:00
|
|
|
r.what
|
|
|
|
r.what.coords - Queries raster maps on their category values and category labels on a point.
|
|
|
|
Raster (r.*)
|
2017-09-03 17:42:13 +02:00
|
|
|
QgsProcessingParameterRasterLayer|map|Name of raster map|None|False
|
2017-11-11 14:31:58 +01:00
|
|
|
QgsProcessingParameterPoint|coordinates|Coordinates for query (east, north)|0.0, 0.0|False
|
2017-09-03 17:42:13 +02:00
|
|
|
QgsProcessingParameterString|null_value|String representing NULL value|*|False|True
|
|
|
|
QgsProcessingParameterString|separator|Field separator. Special characters: pipe, comma, space, tab, newlineString representing NULL value|pipe|False|True
|
2017-09-05 09:57:58 +02:00
|
|
|
QgsProcessingParameterNumber|cache|Size of point cache|QgsProcessingParameterNumber.Integer|500|True|0|None
|
2017-09-03 17:42:13 +02:00
|
|
|
*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
|
2017-10-22 10:25:09 +02:00
|
|
|
QgsProcessingParameterFileDestination|output|Raster Value File|Txt files (*.txt)|None|False
|