mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			866 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			866 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
v.net.bridge
 | 
						|
Computes bridges and articulation points in the network.
 | 
						|
Vector (v.*)
 | 
						|
QgsProcessingParameterFeatureSource|input|Input vector line layer (network)|1|None|False
 | 
						|
QgsProcessingParameterFeatureSource|points|Centers point layer (nodes)|0|None|True
 | 
						|
QgsProcessingParameterEnum|method|Feature type|bridge;articulation|False|0|False
 | 
						|
QgsProcessingParameterNumber|threshold|Threshold for connecting centers to the network (in map unit)|QgsProcessingParameterNumber.Double|50.0|True|0.0|None
 | 
						|
*QgsProcessingParameterField|arc_column|Arc forward/both direction(s) cost column (name)|None|input|0|False|True
 | 
						|
*QgsProcessingParameterField|arc_backward_column|Arc backward direction cost column (name)|None|input|0|False|True
 | 
						|
*QgsProcessingParameterField|node_column|Node cost column (number)|None|points|0|False|True
 | 
						|
QgsProcessingParameterVectorDestination|output|Bridge
 |