Skip to content

Commit fd8cb1f

Browse files
author
gioman
committedOct 16, 2013
adds v.select
1 parent bad4b77 commit fd8cb1f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)
Please sign in to comment.