Marble::GeoSceneEquirectTileProjection

Search for usage in LXR

Marble::GeoSceneEquirectTileProjection Class Reference

#include <GeoSceneEquirectTileProjection.h>

Inheritance diagram for Marble::GeoSceneEquirectTileProjection:

Public Member Functions

 GeoSceneEquirectTileProjection ()
 
GeoDataLatLonBox geoCoordinates (const TileId &tileId) const
 
GeoDataLatLonBox geoCoordinates (int zoomLevel, int x, int y) const override
 
virtual GeoDataLatLonBox geoCoordinates (int zoomLevel, int x, int y) const=0
 
QRect tileIndexes (const GeoDataLatLonBox &latLonBox, int zoomLevel) const override
 
GeoSceneAbstractTileProjection::Type type () const override
 
- Public Member Functions inherited from Marble::GeoSceneAbstractTileProjection
 GeoSceneAbstractTileProjection ()
 
GeoDataLatLonBox geoCoordinates (const TileId &tileId) const
 
int levelZeroColumns () const
 
int levelZeroRows () const
 
void setLevelZeroColumns (int levelZeroColumns)
 
void setLevelZeroRows (int levelZeroRows)
 

Additional Inherited Members

- Public Types inherited from Marble::GeoSceneAbstractTileProjection
enum  Type { Equirectangular , Mercator }
 

Detailed Description

Converts the x and y indices of tiles to and from geo coordinates.

For tiles of maps in Equirectangular projection.

Tiles do have the same width and the same height per zoomlevel. The number of tiles per dimension is twice that of the previous lower zoomlevel. The indexing is done in x dimension eastwards, with the first tiles beginning at -180 degree and an x value of 0 and the last tiles ending at +180 degree, in y dimension southwards with the first tiles beginning at +90 degree and a y value of 0 and the last tiles ending at -90 degree.

Definition at line 26 of file GeoSceneEquirectTileProjection.h.

Constructor & Destructor Documentation

◆ GeoSceneEquirectTileProjection()

Marble::GeoSceneEquirectTileProjection::GeoSceneEquirectTileProjection ( )

Construct a new GeoSceneEquirectTileProjection.

Definition at line 14 of file GeoSceneEquirectTileProjection.cpp.

◆ ~GeoSceneEquirectTileProjection()

Marble::GeoSceneEquirectTileProjection::~GeoSceneEquirectTileProjection ( )
override

Definition at line 19 of file GeoSceneEquirectTileProjection.cpp.

Member Function Documentation

◆ geoCoordinates() [1/3]

GeoDataLatLonBox Marble::GeoSceneAbstractTileProjection::geoCoordinates ( const TileId & tileId) const

Get the boundary geo coordinates corresponding to a tile.

If tildId has values out-of-bounds, the behaviour is undefined.

Parameters
tileIdthe id of the tile
Returns
geographic bounding box covered by the given tile

Definition at line 101 of file GeoSceneAbstractTileProjection.cpp.

◆ geoCoordinates() [2/3]

GeoDataLatLonBox Marble::GeoSceneEquirectTileProjection::geoCoordinates ( int zoomLevel,
int x,
int y ) const
overridevirtual

◆ geoCoordinates() [3/3]

virtual GeoDataLatLonBox Marble::GeoSceneAbstractTileProjection::geoCoordinates ( int zoomLevel,
int x,
int y ) const
virtual

Get the boundary geo coordinates corresponding to a tile.

If x, y or zoomLevel have values out-of-bounds, the behaviour is undefined.

Parameters
zoomLevelthe zoomlevel of the tile
xthe x index of the tile
ythe y index of the tile
Returns
geographic bounding box covered by the given tile

Implements Marble::GeoSceneAbstractTileProjection.

◆ tileIndexes()

QRect Marble::GeoSceneEquirectTileProjection::tileIndexes ( const GeoDataLatLonBox & latLonBox,
int zoomLevel ) const
overridevirtual

◆ type()

GeoSceneAbstractTileProjection::Type Marble::GeoSceneEquirectTileProjection::type ( ) const
overridevirtual

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.