mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-10-31 00:06:02 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			480 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			480 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| # The following has been generated automatically from src/analysis/georeferencing/qgsgcppoint.h
 | |
| # monkey patching scoped based enum
 | |
| QgsGcpPoint.PointType.Source.__doc__ = "Source point"
 | |
| QgsGcpPoint.PointType.Destination.__doc__ = "Destination point"
 | |
| QgsGcpPoint.PointType.__doc__ = """Coordinate point types
 | |
| 
 | |
| * ``Source``: Source point
 | |
| * ``Destination``: Destination point
 | |
| 
 | |
| """
 | |
| # --
 | |
| try:
 | |
|     QgsGcpPoint.__group__ = ['georeferencing']
 | |
| except (NameError, AttributeError):
 | |
|     pass
 |