mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			519 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			519 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
v.select
 | 
						|
v.select - Selects features from vector map (A) by features from other vector map (B).
 | 
						|
Vector (v.*)
 | 
						|
ParameterVector|ainput|Input layer (A)|-1|False
 | 
						|
ParameterSelection|atype|Input layer (A) Type|area;line;point
 | 
						|
ParameterVector|binput|Input layer (B)|-1|False
 | 
						|
ParameterSelection|btype|Input layer (B) Type|area;line;point
 | 
						|
ParameterSelection|operator|Operator to use|overlap;equals;disjoint;intersect;touches;crosses;within;contains;relate
 | 
						|
ParameterBoolean|-r|Reverse selection|False
 | 
						|
OutputVector|output|Selected
 |