QGIS/python/core/auto_generated/qgsbearingutils.sip.in
Nyall Dawson 3f6b490218 Sipify
2025-04-02 11:11:10 +10:00

46 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.py again *
************************************************************************/
class QgsBearingUtils
{
%Docstring(signature="appended")
Utilities for calculating bearings and directions.
%End
%TypeHeaderCode
#include "qgsbearingutils.h"
%End
public:
static const QMetaObject staticMetaObject;
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.py again *
************************************************************************/