|
libosmscout 1.1.1
|
#include <libosmscout/include/osmscout/db/TypeDistributionDataFile.h>
Classes | |
| struct | Distribution |
Public Member Functions | |
| TypeDistributionDataFile () | |
| bool | Load (const TypeConfig &typeConfig, const std::string &path) |
| bool | IsLoaded () const |
| std::string | GetFilename () const |
| uint32_t | GetNodeCount (const TypeInfo &type) const |
| uint32_t | GetWayCount (const TypeInfo &type) const |
| uint32_t | GetAreaCount (const TypeInfo &type) const |
Static Public Attributes | |
| static const char *const | 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 |
|
inline |
|
inline |
|
inline |
|
inline |
| bool osmscout::TypeDistributionDataFile::Load | ( | const TypeConfig & | typeConfig, |
| const std::string & | path ) |
|
static |