Marble
AzimuthalProjection.h
Go to the documentation of this file.
63 bool screenCoordinates(const GeoDataLineString &lineString, const ViewportParams *viewport, QList<QPolygonF *> &polygons) const override;
69 GeoDataLatLonAltBox latLonAltBox(const QRect &screenRect, const ViewportParams *viewport) const override;
This file contains the headers for AbstractProjection.
A base class for all projections in Marble.
Definition AbstractProjection.h:45
bool screenCoordinates(const qreal lon, const qreal lat, const ViewportParams *viewport, qreal &x, qreal &y) const
Get the screen coordinates corresponding to geographical coordinates in the map.
Definition AbstractProjection.cpp:170
A base class for the Gnomonic and Orthographic (Globe) projections in Marble.
Definition AzimuthalProjection.h:26
bool isClippedToSphere() const override
Defines whether a projection is supposed to be clipped to a certain radius.
Definition AzimuthalProjection.cpp:23
GeoDataLatLonAltBox latLonAltBox(const QRect &screenRect, const ViewportParams *viewport) const override
Returns a GeoDataLatLonAltBox bounding box of the given screenrect inside the given viewport.
Definition AzimuthalProjection.cpp:66
bool mapCoversViewport(const ViewportParams *viewport) const override
Returns whether the projected data fully obstructs the current viewport.
Definition AzimuthalProjection.cpp:47
bool repeatableX() const override
Returns whether the projection allows for wrapping in x direction (along the longitude scale).
Definition AzimuthalProjection.h:33
QPainterPath mapShape(const ViewportParams *viewport) const override
Returns the shape/outline of a map projection.
Definition AzimuthalProjection.cpp:126
bool traversablePoles() const override
Returns whether the projection allows to navigate seamlessly "over" the pole.
Definition AzimuthalProjection.h:38
Binds a QML item to a specific geodetic location in screen coordinates.
Definition AbstractDataPlugin.cpp:23
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:37:03 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:37:03 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.