mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			658 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			658 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
v.proj
 | 
						|
Re-projects a vector map from one location to the current location
 | 
						|
Vector (v.*)
 | 
						|
QgsProcessingParameterFeatureSource|input|Input vector to reproject|-1|None|False
 | 
						|
QgsProcessingParameterCrs|crs|New coordinate reference system|None|False
 | 
						|
QgsProcessingParameterNumber|smax|Maximum segment length in meters in output vector map|QgsProcessingParameterNumber.Double|10000.0|True|0.0|None
 | 
						|
*QgsProcessingParameterBoolean|-z|Assume z coordinate is ellipsoidal height and transform if possible|False|True
 | 
						|
*QgsProcessingParameterBoolean|-w|Disable wrapping to -180,180 for latlon output|False|True
 | 
						|
QgsProcessingParameterVectorDestination|output|Output vector map
 |