marble
MercatorProjection.h
Go to the documentation of this file.
bool screenCoordinates(const GeoDataCoordinates &coordinates, const ViewportParams *params, qreal &x, qreal &y, bool &globeHidesPoint) const
Get the screen coordinates corresponding to geographical coordinates in the map.
Definition: MercatorProjection.cpp:50
bool mapCoversViewport(const ViewportParams *viewport) const
Definition: MercatorProjection.cpp:244
virtual PreservationType preservationType() const
Definition: MercatorProjection.h:49
A base class for the Equirectangular and Mercator projections in Marble.
Definition: CylindricalProjection.h:33
virtual bool screenCoordinates(const GeoDataLineString &lineString, const ViewportParams *viewport, QVector< QPolygonF * > &polygons) const
Definition: CylindricalProjection.cpp:81
A public class that controls what is visible in the viewport of a Marble map.
Definition: ViewportParams.h:44
GeoDataLatLonAltBox latLonAltBox(const QRect &screenRect, const ViewportParams *viewport) const
Definition: MercatorProjection.cpp:206
This file contains the headers for CylindricalProjection.
virtual ~MercatorProjection()
Definition: MercatorProjection.cpp:34
virtual qreal minValidLat() const
Definition: MercatorProjection.cpp:44
bool geoCoordinates(const int x, const int y, const ViewportParams *params, qreal &lon, qreal &lat, GeoDataCoordinates::Unit=GeoDataCoordinates::Degree) const
Get the earth coordinates corresponding to a pixel in the map.
Definition: MercatorProjection.cpp:156
A class to implement the Mercator projection.
Definition: MercatorProjection.h:34
A class that defines a 3D bounding box for geographic data.
Definition: GeoDataLatLonAltBox.h:49
virtual qreal maxValidLat() const
Definition: MercatorProjection.cpp:38
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:40 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:40 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.