|
libosmscout 1.1.1
|
#include <libosmscout/include/osmscout/util/TileId.h>
Public Member Functions | |
| TileKey (const Magnification &magnification, const TileId &id) | |
| uint32_t | GetLevel () const |
| TileId | GetId () const |
| GeoBox | GetBoundingBox () const |
| std::string | GetDisplayText () const |
| TileKey | GetParent () const |
| bool | operator== (const TileKey &other) const |
| bool | operator!= (const TileKey &other) const |
| bool | operator< (const TileKey &other) const |
| osmscout::TileKey::TileKey | ( | const Magnification & | magnification, |
| const TileId & | id ) |
| GeoBox osmscout::TileKey::GetBoundingBox | ( | ) | const |
Return the bounding box of the tile
| std::string osmscout::TileKey::GetDisplayText | ( | ) | const |
|
inline |
|
inline |
| TileKey osmscout::TileKey::GetParent | ( | ) | const |
| bool osmscout::TileKey::operator!= | ( | const TileKey & | other | ) | const |
| bool osmscout::TileKey::operator< | ( | const TileKey & | other | ) | const |
| bool osmscout::TileKey::operator== | ( | const TileKey & | other | ) | const |