dRonin
adbada4
dRonin GCS
|
#include <pureimagecache.h>
Public Member Functions | |
PureImageCache () | |
bool | PutImageToCache (const QByteArray &tile, const MapType::Types &type, const core::Point &pos, const int &zoom) |
QByteArray | GetImageFromCache (MapType::Types type, core::Point pos, int zoom) |
QString | GtileCache () |
void | setGtileCache (const QString &value) |
void | deleteOlderTiles (int const &days) |
Static Public Member Functions | |
static bool | CreateEmptyDB (const QString &file) |
static bool | ExportMapDataToDB (QString sourceFile, QString destFile) |
Definition at line 46 of file pureimagecache.h.