mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
[processing] made WHERE param optional and advanced in v.surf.rst algorithms
Fixes #15786
This commit is contained in:
parent
38b62b614f
commit
322b703944
@ -2,7 +2,7 @@ v.surf.rst
|
||||
v.surf.rst.cvdev - Spatial approximation and topographic analysis using regularized spline with tension.
|
||||
Vector (v.*)
|
||||
ParameterVector|input|Input vector layer|0|False
|
||||
ParameterString|where|WHERE conditions of SQL statement without 'where' keyword|
|
||||
*ParameterString|where|WHERE conditions of SQL statement without 'where' keyword|None|False|True
|
||||
ParameterRaster|mask|Name of the raster map used as mask|True
|
||||
ParameterTableField|zcolumn|Name of the attribute column with values to be used for approximation|input|-1|False
|
||||
ParameterNumber|tension|Tension parameter|None|None|40
|
||||
|
@ -2,7 +2,7 @@ v.surf.rst
|
||||
v.surf.rst.line - Spatial approximation and topographic analysis using regularized spline with tension.
|
||||
Vector (v.*)
|
||||
ParameterVector|input|Input lines layer|1|False
|
||||
ParameterString|where|WHERE conditions of SQL statement without 'where' keyword|
|
||||
*ParameterString|where|WHERE conditions of SQL statement without 'where' keyword|None|False|True
|
||||
ParameterRaster|mask|Name of the raster map used as mask|True
|
||||
ParameterTableField|zcolumn|Name of the attribute column with values to be used for approximation|input|-1|False
|
||||
ParameterNumber|tension|Tension parameter|None|None|40
|
||||
|
@ -2,7 +2,7 @@ v.surf.rst
|
||||
Spatial approximation and topographic analysis using regularized spline with tension.
|
||||
Vector (v.*)
|
||||
ParameterVector|input|Input points layer|0|False
|
||||
ParameterString|where|WHERE conditions of SQL statement without 'where' keyword|
|
||||
*ParameterString|where|WHERE conditions of SQL statement without 'where' keyword|None|False|True
|
||||
ParameterRaster|mask|Name of the raster map used as mask|True
|
||||
ParameterTableField|zcolumn|Name of the attribute column with values to be used for approximation|input|-1|False
|
||||
ParameterNumber|tension|Tension parameter|None|None|40
|
||||
|
Loading…
x
Reference in New Issue
Block a user