mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
14 lines
963 B
Plaintext
14 lines
963 B
Plaintext
v.select
|
|
Selects features from vector map (A) by features from other vector map (B).
|
|
Vector (v.*)
|
|
QgsProcessingParameterVectorLayer|ainput|Input layer (A)|-1|None|False
|
|
QgsProcessingParameterEnum|atype|Input layer (A) Type|point;line;boundary;centroid;area|True|0,1,4|True
|
|
QgsProcessingParameterVectorLayer|binput|Input layer (B)|-1|None|False
|
|
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
|
|
QgsProcessingParameterBoolean|-r|Reverse selection|False
|
|
QgsProcessingParameterVectorDestination|output|Selected
|