libosmscout 0.1
|
Classes and functions for storing and indexing of OSM objects into db-like on-disk data structures. More...
Classes | |
class | osmscout::AreaAreaIndex |
AreaAreaIndex allows you to find areas in a given region. More... | |
class | osmscout::AreaDataFile |
Abstraction for getting cached access to the 'ways.dat' file. More... | |
class | osmscout::AreaIndex |
Generic area index for lookup objects by area. More... | |
class | osmscout::AreaNodeIndex |
AreaWayIndex allows you to find ways and way relations in a given area. More... | |
class | osmscout::AreaRouteIndex |
AreaRouteIndex allows you to find routes and way relations in a given area. More... | |
class | osmscout::AreaWayIndex |
AreaWayIndex allows you to find ways and way relations in a given area. More... | |
class | osmscout::BasemapDatabase |
Central access class to all the individual data files and indexes of the basemap. More... | |
class | osmscout::BoundingBoxDataFile |
DataFile class for loading the bounding box of the db. More... | |
class | osmscout::CoordDataFile |
class | osmscout::CoverageIndex |
CoverageIndex allows you to check for tiles that hold map data (for this db). More... | |
class | osmscout::Database |
Central access class to all the individual data files and indexes. More... | |
struct | osmscout::DataBlockSpan |
Reference a range of data entries by giving the offset of the first entry in the file and the number of data elements. More... | |
class | osmscout::DataFile< N > |
Access to standard format data files. More... | |
class | osmscout::DebugDatabase |
Secondary Database class for accessing debug information not normally available on the target device. More... | |
class | osmscout::DebugDatabaseParameter |
Database instance initialization parameter to influence the behavior of the db instance. More... | |
class | osmscout::IndexedDataFile< I, N > |
Extension of DataFile to allow loading data not only by offset but by id using an additional index file, mapping objects id to object file offset. More... | |
class | osmscout::LocationIndex |
Location index returns objects by names (the name should be changed). More... | |
class | osmscout::NodeDataFile |
Abstraction for getting cached access to the 'nodes.dat' file. More... | |
class | osmscout::NumericIndex< N > |
Numeric index handles an index over instance of class <T> where the index criteria is of type <N>, where <N> has a numeric nature (usually Id). More... | |
class | osmscout::ObjectVariantDataFile |
DataFile class for loading the object variant data, which is part of the routing graph. More... | |
class | osmscout::OptimizeAreasLowZoom |
class | osmscout::PTRouteDataFile |
Abstraction for getting cached access to the 'ptroute.dat' file. More... | |
class | osmscout::RouteDataFile |
Abstraction for getting cached access to the 'routes.dat' file. More... | |
class | osmscout::TextSearchIndex |
A class that allows prefix-based searching of text data indexed during import. More... | |
class | osmscout::TypeDistributionDataFile |
DataFile class for loading the bounding box of the db. More... | |
class | osmscout::WaterIndex |
class | osmscout::WayDataFile |
Abstraction for getting cached access to the 'ways.dat' file. More... | |
Classes and functions for storing and indexing of OSM objects into db-like on-disk data structures.