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

#include <Database.h>

Public Member Functions

void Close ()
 
 Database (const DatabaseParameter &parameter)
 
void DumpStatistics () const
 
void FlushCache ()
 
AreaAreaIndexRef GetAreaAreaIndex () const
 
bool GetAreaByOffset (const FileOffset &offset, AreaRef &area) const
 
AreaDataFileRef GetAreaDataFile () const
 
AreaNodeIndexRef GetAreaNodeIndex () const
 
AreaRouteIndexRef GetAreaRouteIndex () const
 
bool GetAreasByBlockSpan (const DataBlockSpan &span, std::vector< AreaRef > &area) const
 
bool GetAreasByBlockSpans (const std::vector< DataBlockSpan > &spans, std::vector< AreaRef > &areas) const
 
template<typename OffsetsCol , typename DataCol >
bool GetAreasByOffset (const OffsetsCol &offsets, DataCol &areas) const
 
AreaWayIndexRef GetAreaWayIndex () const
 
bool GetBoundingBox (GeoBox &boundingBox) const
 
BoundingBoxDataFileRef GetBoundingBoxDataFile () const
 
LocationIndexRef GetLocationIndex () const
 
bool GetNodeByOffset (const FileOffset &offset, NodeRef &node) const
 
NodeDataFileRef GetNodeDataFile () const
 
bool GetNodesByOffset (const std::list< FileOffset > &offsets, std::vector< NodeRef > &nodes) const
 
bool GetNodesByOffset (const std::set< FileOffset > &offsets, std::unordered_map< FileOffset, NodeRef > &dataMap) const
 
bool GetNodesByOffset (const std::set< FileOffset > &offsets, std::vector< NodeRef > &nodes) const
 
bool GetNodesByOffset (const std::vector< FileOffset > &offsets, const GeoBox &boundingBox, std::vector< NodeRef > &nodes) const
 
bool GetNodesByOffset (const std::vector< FileOffset > &offsets, std::vector< NodeRef > &nodes) const
 
OptimizeAreasLowZoomRef GetOptimizeAreasLowZoom () const
 
OptimizeWaysLowZoomRef GetOptimizeWaysLowZoom () const
 
const DatabaseParameterGetParameter () const
 
std::string GetPath () const
 
RouteDataFileRef GetRouteDataFile () const
 
template<typename OffsetsCol , typename DataCol >
bool GetRoutesByOffset (const OffsetsCol &offsets, DataCol &routes) const
 
SRTMRef GetSRTMIndex () const
 
TypeConfigRef GetTypeConfig () const
 
WaterIndexRef GetWaterIndex () const
 
bool GetWayByOffset (const FileOffset &offset, WayRef &way) const
 
WayDataFileRef GetWayDataFile () const
 
template<typename OffsetsCol , typename DataCol >
bool GetWaysByOffset (const OffsetsCol &offsets, DataCol &ways) const
 
bool IsOpen () const
 
AreaRegionSearchResult LoadAreasInArea (const TypeInfoSet &types, const GeoBox &boundingBox) const
 Load areas of given types in the given geo box. More...
 
AreaRegionSearchResult LoadAreasInRadius (const GeoCoord &location, const TypeInfoSet &types, Distance maxDistance=Distance::Of< Meter >(100)) const
 Load areas of given types with maximum distance to the given coordinate. More...
 
NodeRegionSearchResult LoadNodesInArea (const TypeInfoSet &types, const GeoBox &boundingBox) const
 Load nodes of given types in the given geo box Distance is measured in relation to the center of the bounding box. More...
 
NodeRegionSearchResult LoadNodesInRadius (const GeoCoord &location, const TypeInfoSet &types, Distance maxDistance=Distance::Of< Meter >(100)) const
 Load nodes of given types with maximum distance to the given coordinate. More...
 
WayRegionSearchResult LoadWaysInArea (const TypeInfoSet &types, const GeoBox &boundingBox) const
 Load ways of given types in the given geo box. More...
 
WayRegionSearchResult LoadWaysInRadius (const GeoCoord &location, const TypeInfoSet &types, Distance maxDistance=Distance::Of< Meter >(100)) const
 Load ways of given types with maximum distance to the given coordinate. More...
 
bool Open (const std::string &path)
 
 ~Database ()
 

Static Public Member Functions

static uint32_t GetDatabaseFileFormatVersion (const std::string &path)
 
static uint32_t GetLibraryFileFormatVersion ()
 

Detailed Description

Central access class to all the individual data files and indexes.

A db is mainly initialized with a number of optional but performance relevant parameters.

The Database is opened by passing the directory that contains all db files.

Constructor & Destructor Documentation

◆ Database()

osmscout::Database::Database ( const DatabaseParameter parameter)
explicit

◆ ~Database()

osmscout::Database::~Database ( )

Member Function Documentation

◆ Close()

void osmscout::Database::Close ( )

Referenced by ~Database().

◆ DumpStatistics()

void osmscout::Database::DumpStatistics ( ) const

◆ FlushCache()

void osmscout::Database::FlushCache ( )

◆ GetAreaAreaIndex()

◆ GetAreaByOffset()

◆ GetAreaDataFile()

◆ GetAreaNodeIndex()

◆ GetAreaRouteIndex()

◆ GetAreasByBlockSpan()

bool osmscout::Database::GetAreasByBlockSpan ( const DataBlockSpan span,
std::vector< AreaRef > &  area 
) const

References GetAreaDataFile().

◆ GetAreasByBlockSpans()

bool osmscout::Database::GetAreasByBlockSpans ( const std::vector< DataBlockSpan > &  spans,
std::vector< AreaRef > &  areas 
) const

References GetAreaDataFile().

Referenced by LoadAreasInArea(), and LoadAreasInRadius().

◆ GetAreasByOffset()

template<typename OffsetsCol , typename DataCol >
bool osmscout::Database::GetAreasByOffset ( const OffsetsCol &  offsets,
DataCol &  areas 
) const
inline

◆ GetAreaWayIndex()

◆ GetBoundingBox()

bool osmscout::Database::GetBoundingBox ( GeoBox boundingBox) const

◆ GetBoundingBoxDataFile()

◆ GetDatabaseFileFormatVersion()

uint32_t osmscout::Database::GetDatabaseFileFormatVersion ( const std::string &  path)
static

◆ GetLibraryFileFormatVersion()

uint32_t osmscout::Database::GetLibraryFileFormatVersion ( )
static

◆ GetLocationIndex()

◆ GetNodeByOffset()

◆ GetNodeDataFile()

◆ GetNodesByOffset() [1/5]

bool osmscout::Database::GetNodesByOffset ( const std::list< FileOffset > &  offsets,
std::vector< NodeRef > &  nodes 
) const

◆ GetNodesByOffset() [2/5]

bool osmscout::Database::GetNodesByOffset ( const std::set< FileOffset > &  offsets,
std::unordered_map< FileOffset, NodeRef > &  dataMap 
) const

◆ GetNodesByOffset() [3/5]

bool osmscout::Database::GetNodesByOffset ( const std::set< FileOffset > &  offsets,
std::vector< NodeRef > &  nodes 
) const

◆ GetNodesByOffset() [4/5]

bool osmscout::Database::GetNodesByOffset ( const std::vector< FileOffset > &  offsets,
const GeoBox boundingBox,
std::vector< NodeRef > &  nodes 
) const

◆ GetNodesByOffset() [5/5]

bool osmscout::Database::GetNodesByOffset ( const std::vector< FileOffset > &  offsets,
std::vector< NodeRef > &  nodes 
) const

◆ GetOptimizeAreasLowZoom()

◆ GetOptimizeWaysLowZoom()

◆ GetParameter()

const DatabaseParameter& osmscout::Database::GetParameter ( ) const
inline

◆ GetPath()

std::string osmscout::Database::GetPath ( ) const

◆ GetRouteDataFile()

◆ GetRoutesByOffset()

template<typename OffsetsCol , typename DataCol >
bool osmscout::Database::GetRoutesByOffset ( const OffsetsCol &  offsets,
DataCol &  routes 
) const
inline

◆ GetSRTMIndex()

◆ GetTypeConfig()

TypeConfigRef osmscout::Database::GetTypeConfig ( ) const

◆ GetWaterIndex()

◆ GetWayByOffset()

bool osmscout::Database::GetWayByOffset ( const FileOffset offset,
WayRef way 
) const

◆ GetWayDataFile()

◆ GetWaysByOffset()

template<typename OffsetsCol , typename DataCol >
bool osmscout::Database::GetWaysByOffset ( const OffsetsCol &  offsets,
DataCol &  ways 
) const
inline

Referenced by LoadWaysInArea(), and LoadWaysInRadius().

◆ IsOpen()

◆ LoadAreasInArea()

AreaRegionSearchResult osmscout::Database::LoadAreasInArea ( const TypeInfoSet types,
const GeoBox boundingBox 
) const

Load areas of given types in the given geo box.

Distance is measured in relation to the center of the bounding box

Parameters
typesSet of type to load candidates for
boundingBoxGeographic area to search in
Returns
result object
Exceptions
OSMScoutExceptionin case of errors

References osmscout::CalculateDistancePointToLineSegment(), GetAreaAreaIndex(), GetAreasByBlockSpans(), osmscout::GeoBox::GetCenter(), osmscout::GetEllipsoidalDistance(), osmscout::IsCoordInArea(), and osmscout::Distance::Max().

Referenced by osmscout::POIService::GetPOIsInArea().

◆ LoadAreasInRadius()

AreaRegionSearchResult osmscout::Database::LoadAreasInRadius ( const GeoCoord location,
const TypeInfoSet types,
Distance  maxDistance = Distance::Of<Meter>(100) 
) const

Load areas of given types with maximum distance to the given coordinate.

Parameters
locationGeo coordinate in the center of the given circle
typesSet of type to load conadidates for
maxDistance- lookup distance in meters Maximum radius from center to search for
Returns
result object
Exceptions
OSMScoutExceptionin case of errors

References osmscout::GeoBox::BoxByCenterAndRadius(), osmscout::CalculateDistancePointToLineSegment(), GetAreaAreaIndex(), GetAreasByBlockSpans(), osmscout::GetEllipsoidalDistance(), osmscout::IsCoordInArea(), and osmscout::Distance::Max().

Referenced by osmscout::POIService::GetPOIsInRadius().

◆ LoadNodesInArea()

NodeRegionSearchResult osmscout::Database::LoadNodesInArea ( const TypeInfoSet types,
const GeoBox boundingBox 
) const

Load nodes of given types in the given geo box Distance is measured in relation to the center of the bounding box.

Parameters
typesSet of type to load candidates for
boundingBoxGeographic area to search in
Returns
result object
Exceptions
OSMScoutExceptionin case of errors

References GetAreaNodeIndex(), osmscout::GeoBox::GetCenter(), osmscout::GetEllipsoidalDistance(), and GetNodesByOffset().

Referenced by osmscout::POIService::GetPOIsInArea().

◆ LoadNodesInRadius()

NodeRegionSearchResult osmscout::Database::LoadNodesInRadius ( const GeoCoord location,
const TypeInfoSet types,
Distance  maxDistance = Distance::Of<Meter>(100) 
) const

Load nodes of given types with maximum distance to the given coordinate.

Parameters
locationGeo coordinate in the center of the given circle
typesSet of type to load conadidates for
maxDistance- lookup distance in meters Maximum radius from center to search for
Returns
result object
Exceptions
OSMScoutExceptionin case of errors

References osmscout::GeoBox::BoxByCenterAndRadius(), GetAreaNodeIndex(), osmscout::GetEllipsoidalDistance(), and GetNodesByOffset().

Referenced by osmscout::POIService::GetPOIsInRadius().

◆ LoadWaysInArea()

WayRegionSearchResult osmscout::Database::LoadWaysInArea ( const TypeInfoSet types,
const GeoBox boundingBox 
) const

Load ways of given types in the given geo box.

Distance is measured in relation to the center of the bounding box

Parameters
typesSet of type to load candidates for
boundingBoxGeographic area to search in
Returns
result object
Exceptions
OSMScoutExceptionin case of errors

References osmscout::CalculateDistancePointToLineSegment(), GetAreaWayIndex(), osmscout::GeoBox::GetCenter(), osmscout::GetEllipsoidalDistance(), GetWaysByOffset(), and osmscout::Distance::Max().

Referenced by osmscout::POIService::GetPOIsInArea().

◆ LoadWaysInRadius()

WayRegionSearchResult osmscout::Database::LoadWaysInRadius ( const GeoCoord location,
const TypeInfoSet types,
Distance  maxDistance = Distance::Of<Meter>(100) 
) const

Load ways of given types with maximum distance to the given coordinate.

Parameters
locationGeo coordinate in the center of the given circle
typesSet of type to load conadidates for
maxDistance- lookup distance in meters Maximum radius from center to search for
Returns
result object
Exceptions
OSMScoutExceptionin case of errors

References osmscout::GeoBox::BoxByCenterAndRadius(), osmscout::CalculateDistancePointToLineSegment(), GetAreaWayIndex(), osmscout::GetEllipsoidalDistance(), GetWaysByOffset(), and osmscout::Distance::Max().

Referenced by osmscout::POIService::GetPOIsInRadius().

◆ Open()

bool osmscout::Database::Open ( const std::string &  path)

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