|
libosmscout 0.1
|
AreaWayIndex allows you to find ways and way relations in a given area. More...
#include <AreaWayIndex.h>
Inheritance diagram for osmscout::AreaWayIndex:Public Member Functions | |
| AreaWayIndex () | |
| AreaWayIndex (AreaWayIndex &&)=delete | |
| AreaWayIndex (const AreaWayIndex &)=delete | |
| AreaWayIndex & | operator= (AreaWayIndex &&)=delete |
| AreaWayIndex & | operator= (const AreaWayIndex &)=delete |
| ~AreaWayIndex () override=default | |
Public Member Functions inherited from osmscout::AreaIndex | |
| AreaIndex ()=default | |
| AreaIndex (AreaIndex &&)=delete | |
| AreaIndex (const AreaIndex &)=delete | |
| void | Close () |
| std::string | GetFilename () const |
| bool | GetOffsets (const GeoBox &boundingBox, const TypeInfoSet &types, std::vector< FileOffset > &offsets, TypeInfoSet &loadedTypes) const |
| bool | IsOpen () const |
| bool | Open (const TypeConfigRef &typeConfig, const std::string &path, bool memoryMappedData) |
| AreaIndex & | operator= (AreaIndex &&)=delete |
| AreaIndex & | operator= (const AreaIndex &)=delete |
| virtual | ~AreaIndex () |
Static Public Attributes | |
| static const char *const | AREA_WAY_IDX ="areaway.idx" |
Additional Inherited Members | |
Protected Member Functions inherited from osmscout::AreaIndex | |
| AreaIndex (const std::string &indexFileName) | |
| void | GetOffsets (const TypeData &typeData, const GeoBox &boundingBox, std::unordered_set< FileOffset > &offsets) const |
Protected Attributes inherited from osmscout::AreaIndex | |
| FileScanner | scanner |
| Scanner instance for reading this file. | |
AreaWayIndex allows you to find ways and way relations in a given area.
Ways can be limited by type and result count.
| osmscout::AreaWayIndex::AreaWayIndex | ( | ) |
|
delete |
|
delete |
|
overridedefault |
|
delete |
|
delete |
|
static |