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;
70 bool IsCovered(
const Pixel& tile)
const;
72 bool IsCovered(
const GeoCoord& coord)
const;
Definition: CoverageIndex.h:40
bool IsOpen() const
Definition: CoverageIndex.h:64
std::shared_ptr< CoverageIndex > CoverageIndexRef
Definition: CoverageIndex.h:75
static const char *const COVERAGE_IDX
Definition: CoverageIndex.h:43
#define OSMSCOUT_API
Definition: CoreImportExport.h:45