QGIS API Documentation
2.18.21-Las Palmas (9fba24a)
|
Utilities for calculating bearings and directions. More...
#include <qgsbearingutils.h>
Static Public Member Functions | |
static double | bearingTrueNorth (const QgsCoordinateReferenceSystem &crs, const QgsPoint &point) |
Returns the direction to true north from a specified point and for a specified coordinate reference system. More... | |
Utilities for calculating bearings and directions.
Definition at line 31 of file qgsbearingutils.h.
|
static |
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.
Definition at line 24 of file qgsbearingutils.cpp.