|
libosmscout 1.1.1
|
#include <libosmscout-import/include/osmscoutimport/WaterIndexProcessor.h>

Public Member Functions | |
| void | SetBox (const GeoBox &boundingBox, double cellWidth, double cellHeight) |
Public Attributes | |
| uint32_t | level |
| The actual zoom level. | |
| FileOffset | indexEntryOffset |
| File offset of this entry on disk. | |
| bool | hasCellData |
| If true, we have cell data. | |
| uint8_t | dataOffsetBytes |
| Number of bytes per entry in bitmap. | |
| State | defaultCellData |
| If hasCellData is false, this is the value to be returned for all cells. | |
| FileOffset | indexDataOffset |
| File offset of start cell state data on disk. | |
| StateMap | stateMap |
| Index to handle state of cells. | |
A tile bitmap/zoom level.
| void osmscout::CLASS_FINAL< DataLoader >::Level::SetBox | ( | const GeoBox & | boundingBox, |
| double | cellWidth, | ||
| double | cellHeight ) |
| uint8_t osmscout::CLASS_FINAL< DataLoader >::Level::dataOffsetBytes |
Number of bytes per entry in bitmap.
| State osmscout::CLASS_FINAL< DataLoader >::Level::defaultCellData |
If hasCellData is false, this is the value to be returned for all cells.
| bool osmscout::CLASS_FINAL< DataLoader >::Level::hasCellData |
If true, we have cell data.
| FileOffset osmscout::CLASS_FINAL< DataLoader >::Level::indexDataOffset |
File offset of start cell state data on disk.
| FileOffset osmscout::CLASS_FINAL< DataLoader >::Level::indexEntryOffset |
File offset of this entry on disk.
| uint32_t osmscout::CLASS_FINAL< DataLoader >::Level::level |
The actual zoom level.
| StateMap osmscout::CLASS_FINAL< DataLoader >::Level::stateMap |
Index to handle state of cells.