#include <ElevationMapProvider.h>
|
| bool | isElevationProvider () const final |
| |
| virtual QByteArray | serialize (const QByteArray &image) const =0 |
| |
| | MapProvider (const QString &mapName, const QString &referrer, const QString &imageFormat, quint32 averageSize=QGC_AVERAGE_TILE_SIZE, QGeoMapType::MapStyle mapStyle=QGeoMapType::CustomMap) |
| |
| virtual | ~MapProvider () |
| |
| QUrl | getTileURL (int x, int y, int zoom) const |
| |
| QString | getImageFormat (QByteArrayView image) const |
| |
| quint32 | getAverageSize () const |
| |
| QGeoMapType::MapStyle | getMapStyle () const |
| |
| const QString & | getMapName () const |
| |
| int | getMapId () const |
| |
| const QString & | getReferrer () const |
| |
| virtual QByteArray | getToken () const |
| |
| virtual int | long2tileX (double lon, int z) const |
| |
| virtual int | lat2tileY (double lat, int z) const |
| |
| virtual double | tileX2long (int x, int z) const |
| |
| virtual double | tileY2lat (int y, int z) const |
| |
| virtual bool | isBingProvider () const |
| |
| virtual QGCTileSet | getTileCount (int zoom, double topleftLon, double topleftLat, double bottomRightLon, double bottomRightLat) const |
| |
|
| | ElevationProvider (const QString &mapName, const QString &referrer, const QString &imageFormat, quint32 averageSize, QGeoMapType::MapStyle mapType) |
| |
| QString | _tileXYToQuadKey (int tileX, int tileY, int levelOfDetail) const |
| |
| int | _getServerNum (int x, int y, int max) const |
| |
| virtual QString | _getURL (int x, int y, int zoom) const =0 |
| |
Definition at line 5 of file ElevationMapProvider.h.
◆ ElevationProvider()
| ElevationProvider::ElevationProvider |
( |
const QString & |
mapName, |
|
|
const QString & |
referrer, |
|
|
const QString & |
imageFormat, |
|
|
quint32 |
averageSize, |
|
|
QGeoMapType::MapStyle |
mapType |
|
) |
| |
|
inlineprotected |
◆ isElevationProvider()
| bool ElevationProvider::isElevationProvider |
( |
| ) |
const |
|
inlinefinalvirtual |
◆ serialize()
| virtual QByteArray ElevationProvider::serialize |
( |
const QByteArray & |
image | ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: