mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			44 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/************************************************************************
 | 
						|
 * This file has been generated automatically from                      *
 | 
						|
 *                                                                      *
 | 
						|
 * src/core/qgsbearingutils.h                                           *
 | 
						|
 *                                                                      *
 | 
						|
 * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 | 
						|
 ************************************************************************/
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
class QgsBearingUtils
 | 
						|
{
 | 
						|
%Docstring
 | 
						|
Utilities for calculating bearings and directions.
 | 
						|
 | 
						|
.. versionadded:: 2.18
 | 
						|
%End
 | 
						|
 | 
						|
%TypeHeaderCode
 | 
						|
#include "qgsbearingutils.h"
 | 
						|
%End
 | 
						|
  public:
 | 
						|
 | 
						|
    static double bearingTrueNorth( const QgsCoordinateReferenceSystem &crs,
 | 
						|
                                    const QgsCoordinateTransformContext  &transformContext,
 | 
						|
                                    const QgsPointXY &point );
 | 
						|
%Docstring
 | 
						|
Returns the direction to true north from a specified point and for a specified
 | 
						|
coordinate reference system. The returned value is in degrees clockwise from
 | 
						|
vertical. An exception will be thrown if the bearing could not be calculated.
 | 
						|
%End
 | 
						|
 | 
						|
};
 | 
						|
 | 
						|
/************************************************************************
 | 
						|
 * This file has been generated automatically from                      *
 | 
						|
 *                                                                      *
 | 
						|
 * src/core/qgsbearingutils.h                                           *
 | 
						|
 *                                                                      *
 | 
						|
 * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 | 
						|
 ************************************************************************/
 |