(cd6de0ba987184176f1677690f818473699ad7d6)
#include "qgeopolygon.h"
#include "qgeopolygon_p.h"
#include "qgeopath_p.h"
#include "qgeocircle.h"
#include "qgeocoordinate.h"
#include "qnumeric.h"
#include "qlocationutils_p.h"
#include "qwebmercator_p.h"
#include "qdoublevector2d_p.h"
#include "qdoublevector3d_p.h"
#include <QtCore/qmutex.h>
#include <mutex>
#include "moc_qgeopolygon_p.cpp"
#include "moc_qgeopolygon.cpp"
Go to the source code of this file.
◆ calculatePeripheralPoints()
◆ translatePoly()
◆ globalPolygonMutex
◆ kMaxInt
◆ kTooManyElements
Initial value:= u"The polygon has more elements than fit into an int. "
"This can cause errors while querying elements from QML"
Definition at line 30 of file qgeopolygon.cpp.
◆ kTooManyHoles
Initial value:= u"The polygon has more holes than fit into an int. "
"This can cause errors while querying holes from QML"
Definition at line 28 of file qgeopolygon.cpp.