QGIS API Documentation
3.8.0-Zanzibar (11aff65)
|
#include <cmath>
#include <QString>
#include <QObject>
#include "qgsdistancearea.h"
#include "qgis.h"
#include "qgspointxy.h"
#include "qgscoordinatetransform.h"
#include "qgscoordinatereferencesystem.h"
#include "qgsgeometry.h"
#include "qgsgeometrycollection.h"
#include "qgslogger.h"
#include "qgsmessagelog.h"
#include "qgsmultisurface.h"
#include "qgswkbptr.h"
#include "qgslinestring.h"
#include "qgspolygon.h"
#include "qgssurface.h"
#include "qgsunittypes.h"
#include "qgsexception.h"
#include "qgsmultilinestring.h"
#include <geodesic.h>
Go to the source code of this file.
Macros | |
#define | DEG2RAD(x) ((x)*M_PI/180) |
#define | POW2(x) ((x)*(x)) |
#define | RAD2DEG(r) (180.0 * (r) / M_PI) |
#define DEG2RAD | ( | x | ) | ((x)*M_PI/180) |
Definition at line 40 of file qgsdistancearea.cpp.
#define POW2 | ( | x | ) | ((x)*(x)) |
Definition at line 42 of file qgsdistancearea.cpp.
#define RAD2DEG | ( | r | ) | (180.0 * (r) / M_PI) |
Definition at line 41 of file qgsdistancearea.cpp.