#include <MSqliteTiles.h>
|
bool | openDB (const std::string &filename) |
|
bool | closeDB () |
|
bool | readTileData (int z, int x, int y, std::vector< unsigned char > &data) const |
| Get tile data for the given tile index (in TMS scheme)
|
|
bool | readTileData (TileId tileId, std::vector< unsigned char > &data) const |
| Get tile data for the given tile index (in TMS scheme)
|
|
double | lonMin () const |
|
double | latMin () const |
|
double | lonMax () const |
|
double | latMax () const |
|
int | minlevel () const |
|
int | maxlevel () const |
|
const Stats & | stats () const |
|
bool | tileExists (TileId tileId) |
|
void | dumpStats () |
|
int | imageSize () const |
|
double | calcCenterResolution () |
|
|
void | calcBounds () |
|
void | updateBounds (int z, int x, int y) |
|
|
sqlite3 * | _db = nullptr |
|
int | _minlevel = 9999 |
|
int | _maxlevel = -1 |
|
double | _lonMin = 999 |
|
double | _latMin = 999 |
|
double | _lonMax = -999 |
|
double | _latMax = -999 |
|
int | _imgsize = 256 |
|
Stats | _stats |
|
SqliteTiles - Generic tiles database in sqlite format.
The documentation for this class was generated from the following files:
- Native/MariaNative/MGeoBitmap/MSqliteTiles.h
- Native/MariaNative/MGeoBitmap/MSqliteTiles.cpp