|
libosmscout 1.1.1
|
#include <libosmscout/include/osmscout/db/CoordDataFile.h>
Public Types | |
| using | ResultMap = std::unordered_map<OSMId, Point> |
Public Member Functions | |
| CoordDataFile () | |
| virtual | ~CoordDataFile () |
| bool | Open (const std::string &path, bool memoryMapedData) |
| bool | Close () |
| std::string | GetFilename () const |
| bool | Get (const std::set< OSMId > &ids, ResultMap &resultMap) const |
Static Public Attributes | |
| static const char *const | COORD_DAT |
| using osmscout::CoordDataFile::ResultMap = std::unordered_map<OSMId, Point> |
| osmscout::CoordDataFile::CoordDataFile | ( | ) |
|
virtual |
| bool osmscout::CoordDataFile::Close | ( | ) |
|
inline |
| bool osmscout::CoordDataFile::Open | ( | const std::string & | path, |
| bool | memoryMapedData ) |
|
static |