|
libosmscout 1.1.1
|
#include <libosmscout/include/osmscout/db/WaterIndex.h>
Public Member Functions | |
| WaterIndex ()=default | |
| virtual | ~WaterIndex () |
| bool | Open (const std::string &path, bool memoryMappedData) |
| void | Close () |
| bool | GetRegions (const GeoBox &boundingBox, const Magnification &magnification, std::list< GroundTile > &tiles) const |
| void | DumpStatistics () |
Static Public Attributes | |
| static const char *const | WATER_IDX |
|
default |
|
virtual |
| void osmscout::WaterIndex::Close | ( | ) |
| void osmscout::WaterIndex::DumpStatistics | ( | ) |
| bool osmscout::WaterIndex::GetRegions | ( | const GeoBox & | boundingBox, |
| const Magnification & | magnification, | ||
| std::list< GroundTile > & | tiles ) const |
| bool osmscout::WaterIndex::Open | ( | const std::string & | path, |
| bool | memoryMappedData ) |
|
static |