8 #ifndef VMAP_DATABASE_H_
9 #define VMAP_DATABASE_H_
16 #include <matrix/geodeticCoord.h>
17 #include <vlutil/vlString.h>
62 virtual bool initDatabase();
82 virtual DtString tilePath(
int ID)
const;
86 virtual bool setAreaOfInterest(
const DtGeodeticCoord& SWCorner,
87 const DtGeodeticCoord& NECorner);
91 virtual void getAreaOfInterest(DtGeodeticCoord& SWCorner,
92 DtGeodeticCoord& NECorner)
const;
95 virtual bool setLibraryOfInterest(
DtString lib);
99 virtual bool setThemeOfInterest(
DtString theme);
103 virtual bool setFeatureOfInterest(
DtString feature);
126 virtual std::list<DtString> libraryList()
const;
130 virtual std::list<DtString> themeList()
const;
134 virtual std::list<DtString> featureList()
const;