1#ifndef OSMSCOUT_COVERAGEINDEX_H
2#define OSMSCOUT_COVERAGEINDEX_H
46 std::string datafilename;
47 mutable FileScanner scanner;
56 std::vector<uint8_t> bitmap;
62 bool Open(
const std::string& path);
66 return scanner.IsOpen();
69 Pixel
GetTile(
const GeoCoord& coord)
const;
#define OSMSCOUT_API
Definition CoreImportExport.h:45
bool IsCovered(const Pixel &tile) const
Pixel GetTile(const GeoCoord &coord) const
static const char *const COVERAGE_IDX
Definition CoverageIndex.h:43
bool Open(const std::string &path)
bool IsOpen() const
Definition CoverageIndex.h:64
bool IsCovered(const GeoCoord &coord) const
std::shared_ptr< CoverageIndex > CoverageIndexRef
Definition CoverageIndex.h:75