We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent bad4b77 commit fd8cb1fCopy full SHA for fd8cb1f
python/plugins/processing/grass/description/v.select.txt
@@ -0,0 +1,10 @@
1
+v.select
2
+v.select - Selects features from vector map (A) by features from other vector map (B).
3
+Vector (v.*)
4
+ParameterVector|ainput|Input layer (A)|-1|False
5
+ParameterSelection|atype|Input layer (A) Type|area;line;point
6
+ParameterVector|binput|Input layer (B)|-1|False
7
+ParameterSelection|btype|Input layer (B) Type|area;line;point
8
+ParameterSelection|operator|Operator to use|overlap;equals;disjoint;intersect;touches;crosses;within;contains;relate
9
+ParameterBoolean|-r|Reverse selection|False
10
+OutputVector|output|Name for output vector map
0 commit comments