Marble::ViewportParams

Search for usage in LXR

Marble::ViewportParams Class Reference

#include <ViewportParams.h>

Public Member Functions

 ViewportParams (Projection projection, qreal centerLongitude=0, qreal centerLatitude=0, int radius=2000, const QSize &size=QSize(100, 100))
 
qreal angularResolution () const
 
qreal centerLatitude () const
 
qreal centerLongitude () const
 
void centerOn (qreal lon, qreal lat)
 
const AbstractProjectioncurrentProjection () const
 
GeoDataCoordinates focusPoint () const
 
bool geoCoordinates (const int x, const int y, qreal &lon, qreal &lat, GeoDataCoordinates::Unit unit=GeoDataCoordinates::Degree) const
 
qreal heading () const
 
int height () const
 
GeoDataLatLonAltBox latLonAltBox (const QRect &screenRect) const
 
bool mapCoversViewport () const
 
QRegion mapRegion () const
 
QPainterPath mapShape () const
 
Quaternion planetAxis () const
 
const matrix & planetAxisMatrix () const
 
int polarity () const
 
Projection projection () const
 
int radius () const
 
void resetFocusPoint ()
 
bool resolves (const GeoDataCoordinates &coord1, const GeoDataCoordinates &coord2) const
 
bool resolves (const GeoDataLatLonAltBox &latLonAltBox, qreal pixel=2.0, qreal altitude=10000.0) const
 
bool resolves (const GeoDataLatLonBox &latLonBox, qreal pixel=2.0) const
 
bool screenCoordinates (const GeoDataCoordinates &coordinates, qreal *x, qreal &y, int &pointRepeatNum, const QSizeF &size, bool &globeHidesPoint) const
 
bool screenCoordinates (const GeoDataCoordinates &geopoint, qreal &x, qreal &y) const
 
bool screenCoordinates (const GeoDataCoordinates &geopoint, qreal &x, qreal &y, bool &globeHidesPoint) const
 
bool screenCoordinates (const GeoDataLineString &lineString, QVector< QPolygonF * > &polygons) const
 
bool screenCoordinates (const qreal lon, const qreal lat, qreal &x, qreal &y) const
 
void setFocusPoint (const GeoDataCoordinates &focusPoint)
 
void setHeading (qreal heading)
 
void setHeight (int newHeight)
 
void setProjection (Projection newProjection)
 
void setRadius (int radius)
 
void setSize (const QSize &newSize)
 
void setWidth (int newWidth)
 
QSize size () const
 
const GeoDataLatLonAltBoxviewLatLonAltBox () const
 
int width () const
 

Detailed Description

A public class that controls what is visible in the viewport of a Marble map.

Definition at line 41 of file ViewportParams.h.

Constructor & Destructor Documentation

◆ ViewportParams() [1/2]

Marble::ViewportParams::ViewportParams ( )

Definition at line 126 of file ViewportParams.cpp.

◆ ViewportParams() [2/2]

Marble::ViewportParams::ViewportParams ( Projection projection,
qreal centerLongitude = 0,
qreal centerLatitude = 0,
int radius = 2000,
const QSize & size = QSize( 100, 100 ) )
explicit

Definition at line 132 of file ViewportParams.cpp.

◆ ~ViewportParams()

Marble::ViewportParams::~ViewportParams ( )

Definition at line 141 of file ViewportParams.cpp.

Member Function Documentation

◆ angularResolution()

qreal Marble::ViewportParams::angularResolution ( ) const

Definition at line 366 of file ViewportParams.cpp.

◆ centerLatitude()

qreal Marble::ViewportParams::centerLatitude ( ) const

Definition at line 344 of file ViewportParams.cpp.

◆ centerLongitude()

qreal Marble::ViewportParams::centerLongitude ( ) const

Definition at line 339 of file ViewportParams.cpp.

◆ centerOn()

void Marble::ViewportParams::centerOn ( qreal lon,
qreal lat )

Definition at line 232 of file ViewportParams.cpp.

◆ currentProjection()

const AbstractProjection * Marble::ViewportParams::currentProjection ( ) const

Definition at line 156 of file ViewportParams.cpp.

◆ focusPoint()

GeoDataCoordinates Marble::ViewportParams::focusPoint ( ) const
Returns
The current point of focus, e.g. the point that is not moved when changing the zoom level. If not set, it defaults to the center point.
See also
centerCoordinates setFocusPoint resetFocusPoint

Definition at line 456 of file ViewportParams.cpp.

◆ geoCoordinates()

bool Marble::ViewportParams::geoCoordinates ( const int x,
const int y,
qreal & lon,
qreal & lat,
GeoDataCoordinates::Unit unit = GeoDataCoordinates::Degree ) const

Get the earth coordinates corresponding to a pixel in the map.

Parameters
xthe x coordinate of the pixel
ythe y coordinate of the pixel
lonthe longitude angle is returned through this parameter
latthe latitude angle is returned through this parameter
unitthe unit of the angles for lon and lat.
Returns
true if the pixel (x, y) is within the globe false if the pixel (x, y) is outside the globe, i.e. in space.

Definition at line 434 of file ViewportParams.cpp.

◆ heading()

qreal Marble::ViewportParams::heading ( ) const

Definition at line 285 of file ViewportParams.cpp.

◆ height()

int Marble::ViewportParams::height ( ) const

Definition at line 305 of file ViewportParams.cpp.

◆ latLonAltBox()

GeoDataLatLonAltBox Marble::ViewportParams::latLonAltBox ( const QRect & screenRect) const

Definition at line 361 of file ViewportParams.cpp.

◆ mapCoversViewport()

bool Marble::ViewportParams::mapCoversViewport ( ) const

Definition at line 441 of file ViewportParams.cpp.

◆ mapRegion()

QRegion Marble::ViewportParams::mapRegion ( ) const

Definition at line 451 of file ViewportParams.cpp.

◆ mapShape()

QPainterPath Marble::ViewportParams::mapShape ( ) const

Definition at line 446 of file ViewportParams.cpp.

◆ planetAxis()

Quaternion Marble::ViewportParams::planetAxis ( ) const

Definition at line 290 of file ViewportParams.cpp.

◆ planetAxisMatrix()

const matrix & Marble::ViewportParams::planetAxisMatrix ( ) const

Definition at line 295 of file ViewportParams.cpp.

◆ polarity()

int Marble::ViewportParams::polarity ( ) const

Definition at line 172 of file ViewportParams.cpp.

◆ projection()

Projection Marble::ViewportParams::projection ( ) const

Definition at line 151 of file ViewportParams.cpp.

◆ radius()

int Marble::ViewportParams::radius ( ) const

Definition at line 217 of file ViewportParams.cpp.

◆ resetFocusPoint()

void Marble::ViewportParams::resetFocusPoint ( )

Invalidate any focus point set with setFocusPoint.

See also
focusPoint setFocusPoint

Definition at line 475 of file ViewportParams.cpp.

◆ resolves() [1/3]

bool Marble::ViewportParams::resolves ( const GeoDataCoordinates & coord1,
const GeoDataCoordinates & coord2 ) const

Definition at line 386 of file ViewportParams.cpp.

◆ resolves() [2/3]

bool Marble::ViewportParams::resolves ( const GeoDataLatLonAltBox & latLonAltBox,
qreal pixel = 2.0,
qreal altitude = 10000.0 ) const

Definition at line 380 of file ViewportParams.cpp.

◆ resolves() [3/3]

bool Marble::ViewportParams::resolves ( const GeoDataLatLonBox & latLonBox,
qreal pixel = 2.0 ) const

Definition at line 374 of file ViewportParams.cpp.

◆ screenCoordinates() [1/5]

bool Marble::ViewportParams::screenCoordinates ( const GeoDataCoordinates & coordinates,
qreal * x,
qreal & y,
int & pointRepeatNum,
const QSizeF & size,
bool & globeHidesPoint ) const

Get the coordinates of screen points for geographical coordinates in the map.

Parameters
coordinatesthe point on earth, including altitude, that we want the coordinates for.
xthe x coordinates of the pixels are returned through this parameter
ythe y coordinate of the pixel is returned through this parameter
pointRepeatNumthe amount of times that a single geographical point gets represented on the map
sizethe size of the point
globeHidesPointwhether the point gets hidden on the far side of the earth
Returns
true if the geographical coordinates are visible on the screen false if the geographical coordinates are not visible on the screen
See also
ViewportParams

Definition at line 419 of file ViewportParams.cpp.

◆ screenCoordinates() [2/5]

bool Marble::ViewportParams::screenCoordinates ( const GeoDataCoordinates & geopoint,
qreal & x,
qreal & y ) const

Definition at line 413 of file ViewportParams.cpp.

◆ screenCoordinates() [3/5]

bool Marble::ViewportParams::screenCoordinates ( const GeoDataCoordinates & geopoint,
qreal & x,
qreal & y,
bool & globeHidesPoint ) const

Get the screen coordinates corresponding to geographical coordinates in the map.

Parameters
geopointthe point on earth, including altitude, that we want the coordinates for.
xthe x coordinate of the pixel is returned through this parameter
ythe y coordinate of the pixel is returned through this parameter
globeHidesPointwhether the point gets hidden on the far side of the earth
Returns
true if the geographical coordinates are visible on the screen false if the geographical coordinates are not visible on the screen
See also
ViewportParams

Definition at line 406 of file ViewportParams.cpp.

◆ screenCoordinates() [4/5]

bool Marble::ViewportParams::screenCoordinates ( const GeoDataLineString & lineString,
QVector< QPolygonF * > & polygons ) const

Definition at line 428 of file ViewportParams.cpp.

◆ screenCoordinates() [5/5]

bool Marble::ViewportParams::screenCoordinates ( const qreal lon,
const qreal lat,
qreal & x,
qreal & y ) const

Get the screen coordinates corresponding to geographical coordinates in the map.

Parameters
lonthe lon coordinate of the requested pixel position in radians
latthe lat coordinate of the requested pixel position in radians
xthe x coordinate of the pixel is returned through this parameter
ythe y coordinate of the pixel is returned through this parameter
Returns
true if the geographical coordinates are visible on the screen false if the geographical coordinates are not visible on the screen
See also
ViewportParams

Definition at line 400 of file ViewportParams.cpp.

◆ setFocusPoint()

void Marble::ViewportParams::setFocusPoint ( const GeoDataCoordinates & focusPoint)

Change the point of focus, overridding any previously set focus point.

Parameters
focusPointNew focus point
See also
focusPoint resetFocusPoint

Definition at line 470 of file ViewportParams.cpp.

◆ setHeading()

void Marble::ViewportParams::setHeading ( qreal heading)

Definition at line 266 of file ViewportParams.cpp.

◆ setHeight()

void Marble::ViewportParams::setHeight ( int newHeight)

Definition at line 321 of file ViewportParams.cpp.

◆ setProjection()

void Marble::ViewportParams::setProjection ( Projection newProjection)

Definition at line 161 of file ViewportParams.cpp.

◆ setRadius()

void Marble::ViewportParams::setRadius ( int radius)

Change the radius of the planet.

Parameters
radiusSize of the planet radius in pixel. Non-positive values are ignored.

Definition at line 222 of file ViewportParams.cpp.

◆ setSize()

void Marble::ViewportParams::setSize ( const QSize & newSize)

Definition at line 326 of file ViewportParams.cpp.

◆ setWidth()

void Marble::ViewportParams::setWidth ( int newWidth)

Definition at line 316 of file ViewportParams.cpp.

◆ size()

QSize Marble::ViewportParams::size ( ) const

Definition at line 310 of file ViewportParams.cpp.

◆ viewLatLonAltBox()

const GeoDataLatLonAltBox & Marble::ViewportParams::viewLatLonAltBox ( ) const

Definition at line 349 of file ViewportParams.cpp.

◆ width()

int Marble::ViewportParams::width ( ) const

Definition at line 300 of file ViewportParams.cpp.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:18:18 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.