2014-04-19 15:53:43 +02:00
|
|
|
v.select
|
2015-07-26 03:48:27 +02:00
|
|
|
Selects features from vector map (A) by features from other vector map (B).
|
2014-04-19 15:53:43 +02:00
|
|
|
Vector (v.*)
|
2017-09-03 17:42:13 +02:00
|
|
|
QgsProcessingParameterVectorLayer|ainput|Input layer (A)|-1|None|False
|
2017-12-03 16:07:21 +01:00
|
|
|
QgsProcessingParameterEnum|atype|Input layer (A) Type|point;line;boundary;centroid;area|True|0,1,4|True
|
2017-09-03 17:42:13 +02:00
|
|
|
QgsProcessingParameterVectorLayer|binput|Input layer (B)|-1|None|False
|
2017-12-03 16:07:21 +01:00
|
|
|
QgsProcessingParameterEnum|btype|Input layer (B) Type|point;line;boundary;centroid;area|True|0,1,4|True
|
|
|
|
QgsProcessingParameterEnum|operator|Operator to use|overlap;equals;disjoint;intersect;touches;crosses;within;contains;overlaps;relate|False|0|False
|
|
|
|
QgsProcessing|ParameterString|relate|Intersection Matrix Pattern used for 'relate' operator|None|False|True
|
|
|
|
QgsProcessingParameterBoolean|-t|Do not create attribute table|False
|
|
|
|
QgsProcessingParameterBoolean|-c|Do not skip features without category|False
|
2017-09-03 17:42:13 +02:00
|
|
|
QgsProcessingParameterBoolean|-r|Reverse selection|False
|
|
|
|
QgsProcessingParameterVectorDestination|output|Selected
|