QGIS/python/core/auto_generated/qgsbearingutils.sip.in
2018-05-14 10:23:37 -04:00

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 *
************************************************************************/