mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			468 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			468 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
v.buffer
 | 
						|
v.buffer.distance - Creates a buffer around features of given type.
 | 
						|
Vector (v.*)
 | 
						|
ParameterVector|input|Input vector layer|-1|False
 | 
						|
ParameterString|distance|Buffer distance in map units|
 | 
						|
ParameterString|tolerance|Maximum distance between theoretical arc and polygon segments as multiple of buffer|0.01
 | 
						|
ParameterBoolean|-s|Make outside corners straight|False
 | 
						|
ParameterBoolean|-c|Don't make caps at the ends of polylines|False
 | 
						|
OutputVector|output|Output buffer
 | 
						|
 |