libosmscout  0.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
osmscout::TypeDistributionDataFile Class Referencefinal

#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"
 

Detailed Description

DataFile class for loading the bounding box of the db. The bounding box is represented by a simple GeoBox.

Constructor & Destructor Documentation

◆ TypeDistributionDataFile()

osmscout::TypeDistributionDataFile::TypeDistributionDataFile ( )

Member Function Documentation

◆ GetAreaCount()

uint32_t osmscout::TypeDistributionDataFile::GetAreaCount ( const TypeInfo type) const
inline

◆ GetFilename()

std::string osmscout::TypeDistributionDataFile::GetFilename ( ) const
inline

◆ GetNodeCount()

uint32_t osmscout::TypeDistributionDataFile::GetNodeCount ( const TypeInfo type) const
inline

◆ GetWayCount()

uint32_t osmscout::TypeDistributionDataFile::GetWayCount ( const TypeInfo type) const
inline

◆ IsLoaded()

bool osmscout::TypeDistributionDataFile::IsLoaded ( ) const
inline

◆ Load()

bool osmscout::TypeDistributionDataFile::Load ( const TypeConfig typeConfig,
const std::string &  path 
)

Member Data Documentation

◆ DISTRIBUTION_DAT

const char *const osmscout::TypeDistributionDataFile::DISTRIBUTION_DAT ="distribution.dat"
static

Referenced by Load().


The documentation for this class was generated from the following files: