#include <QtLocation/private/qlocationglobal_p.h>
#include <QtLocation/private/qgeoprojection_p.h>
#include <QtPositioning/private/qdoublevector2d_p.h>
Go to the source code of this file.
|
double | QDeclarativeGeoMapItemUtils::distanceSqrPointLine (double p0_x, double p0_y, double p1_x, double p1_y, double p2_x, double p2_y) |
|
void | QDeclarativeGeoMapItemUtils::wrapPath (const QList< QGeoCoordinate > &perimeter, const QGeoCoordinate &geoLeftBound, const QGeoProjectionWebMercator &p, QList< QDoubleVector2D > &wrappedPath, QList< QDoubleVector2D > &wrappedPathMinus1, QList< QDoubleVector2D > &wrappedPathPlus1, QDoubleVector2D *leftBoundWrapped) |
|
void | QDeclarativeGeoMapItemUtils::wrapPath (const QList< QGeoCoordinate > &perimeter, const QGeoCoordinate &geoLeftBound, const QGeoProjectionWebMercator &p, QList< QDoubleVector2D > &wrappedPath, QDoubleVector2D *leftBoundWrapped) |
|
void | QDeclarativeGeoMapItemUtils::wrapPath (const QList< QDoubleVector2D > &path, const QDoubleVector2D &geoLeftBound, QList< QDoubleVector2D > &wrappedPath) |
|
void | QDeclarativeGeoMapItemUtils::clipPolygon (const QList< QDoubleVector2D > &wrappedPath, const QGeoProjectionWebMercator &p, QList< QList< QDoubleVector2D > > &clippedPaths, QDoubleVector2D *leftBoundWrapped, bool closed) |
|
void | QDeclarativeGeoMapItemUtils::projectBbox (const QList< QDoubleVector2D > &clippedBbox, const QGeoProjectionWebMercator &p, QPainterPath &projectedBbox) |
|
QRectF | QDeclarativeGeoMapItemUtils::boundingRectangleFromList (const QList< QDoubleVector2D > &list) |
|
QList< QGeoCoordinate > | QDeclarativeGeoMapItemUtils::greaterCirclePath (const QList< QGeoCoordinate > &cornerPoints, greaterCirclePathForm form, int N) |
|