![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qgeoprojection_p.h>
Classes | |
struct | Line2D |
struct | Plane |
Additional Inherited Members | |
Public Types inherited from QGeoProjection | |
enum | ProjectionGroup { ProjectionOther , ProjectionCylindrical , ProjectionPseudocylindrical , ProjectionAzimuthal , ProjectionPseudoazimuthal , ProjectionConic , ProjectionPseudoconic } |
enum | Datum { DatumUnknown , DatumWGS84 , DatumSphere } |
enum | ProjectionType { ProjectionUnknown , ProjectionGeneralPerspective , ProjectionWebMercator } |
Public Attributes inherited from QGeoProjection | |
QTransform | m_itemToWindowTransform |
bool | m_qsgTransformDirty = true |
Definition at line 95 of file qgeoprojection_p.h.
QGeoProjectionWebMercator::QGeoProjectionWebMercator | ( | ) |
Definition at line 140 of file qgeoprojection.cpp.
QGeoProjectionWebMercator::~QGeoProjectionWebMercator | ( | ) |
Definition at line 162 of file qgeoprojection.cpp.
|
overridevirtual |
Reimplemented from QGeoProjection.
Definition at line 109 of file qgeoprojection.cpp.
|
overridevirtual |
Implements QGeoProjection.
Definition at line 813 of file qgeoprojection.cpp.
|
overridevirtual |
Implements QGeoProjection.
Definition at line 194 of file qgeoprojection.cpp.
|
overridevirtual |
Implements QGeoProjection.
Definition at line 364 of file qgeoprojection.cpp.
|
overridevirtual |
Implements QGeoProjection.
Definition at line 550 of file qgeoprojection.cpp.
QPair< QGeoCoordinate, qreal > QGeoProjectionWebMercator::fitViewportToGeoRectangle | ( | const QGeoRectangle & | rectangle, |
const QMargins & | margins ) const |
Definition at line 512 of file qgeoprojection.cpp.
QDoubleVector2D QGeoProjectionWebMercator::geoToMapProjection | ( | const QGeoCoordinate & | coordinate | ) | const |
Definition at line 274 of file qgeoprojection.cpp.
QDoubleVector2D QGeoProjectionWebMercator::geoToWrappedMapProjection | ( | const QGeoCoordinate & | coordinate | ) | const |
Definition at line 386 of file qgeoprojection.cpp.
bool QGeoProjectionWebMercator::isProjectable | ( | const QDoubleVector2D & | wrappedProjection | ) | const |
Definition at line 426 of file qgeoprojection.cpp.
|
overridevirtual |
Implements QGeoProjection.
Definition at line 344 of file qgeoprojection.cpp.
QDoubleVector2D QGeoProjectionWebMercator::itemPositionToWrappedMapProjection | ( | const QDoubleVector2D & | itemPosition | ) | const |
Definition at line 318 of file qgeoprojection.cpp.
double QGeoProjectionWebMercator::mapHeight | ( | ) | const |
Definition at line 246 of file qgeoprojection.cpp.
QGeoCoordinate QGeoProjectionWebMercator::mapProjectionToGeo | ( | const QDoubleVector2D & | projection | ) | const |
Definition at line 279 of file qgeoprojection.cpp.
double QGeoProjectionWebMercator::mapWidth | ( | ) | const |
Definition at line 241 of file qgeoprojection.cpp.
|
overridevirtual |
Implements QGeoProjection.
Definition at line 205 of file qgeoprojection.cpp.
|
overridevirtual |
Implements QGeoProjection.
Definition at line 220 of file qgeoprojection.cpp.
|
overridevirtual |
Implements QGeoProjection.
Definition at line 169 of file qgeoprojection.cpp.
QList< QDoubleVector2D > QGeoProjectionWebMercator::projectableGeometry | ( | ) | const |
Definition at line 455 of file qgeoprojection.cpp.
|
overridevirtual |
Implements QGeoProjection.
Definition at line 545 of file qgeoprojection.cpp.
|
overridevirtual |
Implements QGeoProjection.
Definition at line 174 of file qgeoprojection.cpp.
|
overridevirtual |
Implements QGeoProjection.
Definition at line 179 of file qgeoprojection.cpp.
|
overridevirtual |
Implements QGeoProjection.
Definition at line 555 of file qgeoprojection.cpp.
int QGeoProjectionWebMercator::projectionWrapFactor | ( | const QDoubleVector2D & | projection | ) | const |
Definition at line 284 of file qgeoprojection.cpp.
|
overridevirtual |
Implements QGeoProjection.
Definition at line 184 of file qgeoprojection.cpp.
QMatrix4x4 QGeoProjectionWebMercator::quickItemTransformation | ( | const QGeoCoordinate & | coordinate, |
const QPointF & | anchorPoint, | ||
qreal | zoomLevel ) const |
Definition at line 396 of file qgeoprojection.cpp.
|
overridevirtual |
Reimplemented from QGeoProjection.
Definition at line 120 of file qgeoprojection.cpp.
|
overridevirtual |
Implements QGeoProjection.
Definition at line 264 of file qgeoprojection.cpp.
Implements QGeoProjection.
Definition at line 251 of file qgeoprojection.cpp.
Implements QGeoProjection.
Definition at line 235 of file qgeoprojection.cpp.
QDoubleVector2D QGeoProjectionWebMercator::unwrapMapProjection | ( | const QDoubleVector2D & | wrappedProjection | ) | const |
Definition at line 303 of file qgeoprojection.cpp.
|
inline |
Definition at line 483 of file qgeoprojection.cpp.
|
inline |
Definition at line 492 of file qgeoprojection.cpp.
QList< QDoubleVector2D > QGeoProjectionWebMercator::visibleGeometry | ( | ) | const |
Definition at line 441 of file qgeoprojection.cpp.
QList< QDoubleVector2D > QGeoProjectionWebMercator::visibleGeometryExpanded | ( | ) | const |
Definition at line 448 of file qgeoprojection.cpp.
|
overridevirtual |
Reimplemented from QGeoProjection.
Definition at line 462 of file qgeoprojection.cpp.
QDoubleVector2D QGeoProjectionWebMercator::wrapMapProjection | ( | const QDoubleVector2D & | projection | ) | const |
Definition at line 298 of file qgeoprojection.cpp.
QGeoCoordinate QGeoProjectionWebMercator::wrappedMapProjectionToGeo | ( | const QDoubleVector2D & | wrappedProjection | ) | const |
Definition at line 391 of file qgeoprojection.cpp.
QDoubleVector2D QGeoProjectionWebMercator::wrappedMapProjectionToItemPosition | ( | const QDoubleVector2D & | wrappedProjection | ) | const |
Definition at line 313 of file qgeoprojection.cpp.
|
protected |
Definition at line 203 of file qgeoprojection_p.h.
|
protected |
Definition at line 202 of file qgeoprojection_p.h.
|
protected |
Definition at line 218 of file qgeoprojection_p.h.
|
protected |
Definition at line 196 of file qgeoprojection_p.h.
|
protected |
Definition at line 197 of file qgeoprojection_p.h.
|
protected |
Definition at line 192 of file qgeoprojection_p.h.
|
protected |
Definition at line 205 of file qgeoprojection_p.h.
|
protected |
Definition at line 206 of file qgeoprojection_p.h.
|
protected |
Definition at line 212 of file qgeoprojection_p.h.
|
protected |
Definition at line 227 of file qgeoprojection_p.h.
|
protected |
Definition at line 216 of file qgeoprojection_p.h.
|
protected |
Definition at line 233 of file qgeoprojection_p.h.
|
protected |
Definition at line 210 of file qgeoprojection_p.h.
|
protected |
Definition at line 228 of file qgeoprojection_p.h.
|
protected |
Definition at line 229 of file qgeoprojection_p.h.
|
protected |
Definition at line 220 of file qgeoprojection_p.h.
|
protected |
Definition at line 222 of file qgeoprojection_p.h.
|
protected |
Definition at line 221 of file qgeoprojection_p.h.
|
protected |
Definition at line 193 of file qgeoprojection_p.h.
|
protected |
Definition at line 223 of file qgeoprojection_p.h.
|
protected |
Definition at line 194 of file qgeoprojection_p.h.
|
protected |
Definition at line 219 of file qgeoprojection_p.h.
|
protected |
Definition at line 235 of file qgeoprojection_p.h.
|
protected |
Definition at line 234 of file qgeoprojection_p.h.
|
protected |
Definition at line 239 of file qgeoprojection_p.h.
|
mutableprotected |
Definition at line 242 of file qgeoprojection_p.h.
|
protected |
Definition at line 209 of file qgeoprojection_p.h.
|
protected |
Definition at line 215 of file qgeoprojection_p.h.
|
protected |
Definition at line 217 of file qgeoprojection_p.h.
|
protected |
Definition at line 232 of file qgeoprojection_p.h.
|
protected |
Definition at line 207 of file qgeoprojection_p.h.
|
protected |
Definition at line 208 of file qgeoprojection_p.h.
|
protected |
Definition at line 211 of file qgeoprojection_p.h.
|
protected |
Definition at line 231 of file qgeoprojection_p.h.
|
protected |
Definition at line 224 of file qgeoprojection_p.h.
|
protected |
Definition at line 213 of file qgeoprojection_p.h.
|
protected |
Definition at line 230 of file qgeoprojection_p.h.
|
protected |
Definition at line 214 of file qgeoprojection_p.h.
|
protected |
Definition at line 201 of file qgeoprojection_p.h.
|
protected |
Definition at line 200 of file qgeoprojection_p.h.
|
protected |
Definition at line 243 of file qgeoprojection_p.h.
|
protected |
Definition at line 237 of file qgeoprojection_p.h.
|
protected |
Definition at line 240 of file qgeoprojection_p.h.
|
protected |
Definition at line 238 of file qgeoprojection_p.h.