QGIS API Documentation 3.99.0-Master (2fe06baccd8)
Loading...
Searching...
No Matches
qgsdistancearea.cpp File Reference
#include "qgsdistancearea.h"
#include <cmath>
#include <geodesic.h>
#include <memory>
#include "qgis.h"
#include "qgscoordinatereferencesystem.h"
#include "qgscoordinatetransform.h"
#include "qgscurvepolygon.h"
#include "qgsexception.h"
#include "qgsgeometry.h"
#include "qgsgeometrycollection.h"
#include "qgslinestring.h"
#include "qgslogger.h"
#include "qgsmessagelog.h"
#include "qgsmultilinestring.h"
#include "qgsmultisurface.h"
#include "qgspointxy.h"
#include "qgspolygon.h"
#include "qgssurface.h"
#include "qgsunittypes.h"
#include <QObject>
#include <QString>
Include dependency graph for qgsdistancearea.cpp:

Go to the source code of this file.

Macros

#define DEG2RAD(x)
#define POW2(x)
#define RAD2DEG(r)

Macro Definition Documentation

◆ DEG2RAD

#define DEG2RAD ( x)
Value:
((x)*M_PI/180)

Definition at line 42 of file qgsdistancearea.cpp.

◆ POW2

#define POW2 ( x)
Value:
((x)*(x))

Definition at line 44 of file qgsdistancearea.cpp.

◆ RAD2DEG

#define RAD2DEG ( r)
Value:
(180.0 * (r) / M_PI)

Definition at line 43 of file qgsdistancearea.cpp.