|
libosmscout 1.1.1
|
#include <libosmscout/include/osmscout/db/AreaNodeIndex.h>
Public Member Functions | |
| AreaNodeIndex ()=default | |
| void | Close () |
| bool | Open (const std::string &path, bool memoryMappedData) |
| bool | IsOpen () const |
| std::string | GetFilename () const |
| bool | GetOffsets (const GeoBox &boundingBox, const TypeInfoSet &requestedTypes, std::vector< FileOffset > &offsets, TypeInfoSet &loadedTypes) const |
Static Public Attributes | |
| static const char *const | AREA_NODE_IDX |
AreaWayIndex allows you to find ways and way relations in a given area.
Ways can be limited by type and result count.
|
default |
| void osmscout::AreaNodeIndex::Close | ( | ) |
|
inline |
| bool osmscout::AreaNodeIndex::GetOffsets | ( | const GeoBox & | boundingBox, |
| const TypeInfoSet & | requestedTypes, | ||
| std::vector< FileOffset > & | offsets, | ||
| TypeInfoSet & | loadedTypes ) const |
|
inline |
| bool osmscout::AreaNodeIndex::Open | ( | const std::string & | path, |
| bool | memoryMappedData ) |
|
static |