libosmscout
0.1
|
#include <TypeDistributionDataFile.h>
Classes | |
struct | Distribution |
Public Member Functions | |
uint32_t | GetAreaCount (const TypeInfo &type) const |
std::string | GetFilename () const |
uint32_t | GetNodeCount (const TypeInfo &type) const |
uint32_t | GetWayCount (const TypeInfo &type) const |
bool | IsLoaded () const |
bool | Load (const TypeConfig &typeConfig, const std::string &path) |
Load the bounding box data and return, if this operation was successful. More... | |
TypeDistributionDataFile () | |
Static Public Attributes | |
static const char *const | DISTRIBUTION_DAT ="distribution.dat" |
DataFile class for loading the bounding box of the db. The bounding box is represented by a simple GeoBox.
osmscout::TypeDistributionDataFile::TypeDistributionDataFile | ( | ) |
|
inline |
References osmscout::TypeInfo::GetIndex().
|
inline |
|
inline |
References osmscout::TypeInfo::GetIndex().
|
inline |
References osmscout::TypeInfo::GetIndex().
|
inline |
bool osmscout::TypeDistributionDataFile::Load | ( | const TypeConfig & | typeConfig, |
const std::string & | path | ||
) |
Load the bounding box data and return, if this operation was successful.
path | Directory, wehre the data file has been placed |
References osmscout::AppendFileToDir(), osmscout::FileScanner::Close(), osmscout::FileScanner::CloseFailsafe(), DISTRIBUTION_DAT, osmscout::Log::Error(), osmscout::IOException::GetDescription(), osmscout::TypeConfig::GetTypeCount(), osmscout::TypeConfig::GetTypes(), osmscout::log, osmscout::FileScanner::Open(), osmscout::FileScanner::ReadUInt32(), and osmscout::FileScanner::Sequential.
|
static |
Referenced by Load().