[processing] made WHERE param optional and advanced in v.surf.rst algorithms

Fixes #15786
This commit is contained in:
volaya 2016-12-09 10:20:37 +01:00
parent 38b62b614f
commit 322b703944
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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