libosmscout  1.1.1
Public Member Functions | Public Attributes | List of all members
osmscout::AreaIndexGenerator< Object >::TypeData Struct Reference

#include <libosmscout-import/include/osmscout/import/AreaIndexGenerator.h>

Public Member Functions

bool HasEntries ()
 Position in file where the offset of the bitmap is written to. More...
 

Public Attributes

MagnificationLevel indexLevel {0}
 
size_t indexCells =0
 magnification level of index More...
 
size_t indexEntries =0
 Number of filled cells in index. More...
 
TileIdBox tileBox {TileId(0,0),TileId(0,0)}
 Number of entries over all cells. More...
 
FileOffset indexOffset =0
 

Member Function Documentation

◆ HasEntries()

template<typename Object>
bool osmscout::AreaIndexGenerator< Object >::TypeData::HasEntries ( )
inline

Position in file where the offset of the bitmap is written to.

Member Data Documentation

◆ indexCells

template<typename Object>
size_t osmscout::AreaIndexGenerator< Object >::TypeData::indexCells =0

magnification level of index

◆ indexEntries

template<typename Object>
size_t osmscout::AreaIndexGenerator< Object >::TypeData::indexEntries =0

Number of filled cells in index.

◆ indexLevel

template<typename Object>
MagnificationLevel osmscout::AreaIndexGenerator< Object >::TypeData::indexLevel {0}

◆ indexOffset

template<typename Object>
FileOffset osmscout::AreaIndexGenerator< Object >::TypeData::indexOffset =0

◆ tileBox

template<typename Object>
TileIdBox osmscout::AreaIndexGenerator< Object >::TypeData::tileBox {TileId(0,0),TileId(0,0)}

Number of entries over all cells.


The documentation for this struct was generated from the following file: