libosmscout
0.1
|
#include <AreaRouteIndex.h>
Public Member Functions | |
AreaRouteIndex () | |
AreaRouteIndex (AreaRouteIndex &&)=delete | |
AreaRouteIndex (const AreaRouteIndex &)=delete | |
AreaRouteIndex & | operator= (AreaRouteIndex &&)=delete |
AreaRouteIndex & | operator= (const AreaRouteIndex &)=delete |
~AreaRouteIndex () override=default | |
![]() | |
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_ROUTE_IDX ="arearoute.idx" |
Additional Inherited Members | |
![]() | |
AreaIndex (const std::string &indexFileName) | |
void | GetOffsets (const TypeData &typeData, const GeoBox &boundingBox, std::unordered_set< FileOffset > &offsets) const |
![]() | |
FileScanner | scanner |
Scanner instance for reading this file. More... | |
AreaRouteIndex allows you to find routes and way relations in a given area.
Routes can be limited by type and result count.
osmscout::AreaRouteIndex::AreaRouteIndex | ( | ) |
|
delete |
|
delete |
|
overridedefault |
|
delete |
|
delete |
|
static |