Marble::Tile

Search for usage in LXR

Marble::Tile Class Reference

#include <Tile.h>

Inheritance diagram for Marble::Tile:

Public Member Functions

 Tile (TileId const &tileId)
 
TileId const & id () const
 

Detailed Description

A class that resembles a tile (then it is extended to TextureTile or Vectortile).

A tile provides a bitmap image or vector data for a certain (geographic) area and for a given zoom level. Each Tile can be identified via a unique TileId.

A stack of Tiles that cover the same area and the same zoom level can be stored (and painted) layer by layer in a StackedTile object. For this purpose each Texture Tile specifies a blending type.

Usually the tiles are organized in so called quad tiles: This means that with increasing zoom level four other tiles cover the same area as a single "parent" tile in the previous zoom level. These four tiles have the same pixel size as the "parent" tile.

The process of "filling the tile with data is done in stages: The State describes the current progress of loading the data (Empty, Scaled, Expired, StateUptodate).

The life time cycle of a Tile can also be influenced by its expiration time which will trigger a reload of the tile data.

Definition at line 42 of file Tile.h.

Constructor & Destructor Documentation

◆ Tile()

Marble::Tile::Tile ( TileId const & tileId)
explicit

Definition at line 16 of file Tile.cpp.

◆ ~Tile()

Marble::Tile::~Tile ( )
virtual

Definition at line 21 of file Tile.cpp.

Member Function Documentation

◆ id()

TileId const & Marble::Tile::id ( ) const
inline

Returns a unique ID for the tile.

Returns
A TileId object that encodes zoom level, position and map theme.

Definition at line 63 of file Tile.h.


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.