|
libosmscout 1.1.1
|
#include <libosmscout-map/include/osmscoutmap/DataTileCache.h>
Public Member Functions | |
| ~Tile ()=default | |
| TileKey | GetKey () const |
| uint32_t | GetLevel () const |
| GeoBox | GetBoundingBox () const |
| const TileNodeData & | GetNodeData () const |
| const TileWayData & | GetWayData () const |
| const TileAreaData & | GetAreaData () const |
| const TileRouteData & | GetRouteData () const |
| const TileWayData & | GetOptimizedWayData () const |
| const TileAreaData & | GetOptimizedAreaData () const |
| TileNodeData & | GetNodeData () |
| TileWayData & | GetWayData () |
| TileAreaData & | GetAreaData () |
| TileRouteData & | GetRouteData () |
| TileWayData & | GetOptimizedWayData () |
| TileAreaData & | GetOptimizedAreaData () |
| bool | IsComplete () const |
| bool | IsEmpty () const |
Friends | |
| class | DataTileCache |
Result of a cache lookup. If there is a cache hit, data is set, else data is null and you must load and add it to the cache afterwards.
|
default |
|
inline |
Return a read-write reference to the area data
|
inline |
Return a read-only reference to the area data
|
inline |
Return the bounding box of the tile
|
inline |
Return the id of the tile
|
inline |
Get the magnification level of the tile
|
inline |
Return a read-write reference to the node data
|
inline |
Return a read-only reference to the node data
|
inline |
Return a read-write reference to the optimized area data
|
inline |
Return a read-only reference to the optimized area data
|
inline |
Return a read-write reference to the optimized way data
|
inline |
Return a read-only reference to the optimized way data
|
inline |
Return a read-write reference to the area data
|
inline |
Return a read-only reference to the route data
|
inline |
Return a read-write reference to the way data
|
inline |
Return a read-only reference to the way data
|
inline |
Return 'true' if no data at all has been assigned
|
inline |
Return 'true' if no data for any type has been assigned
|
friend |