![]() |
NDEVR
API Documentation
|
Fetches Web Mercator map tiles from OpenStreetMap raster tile servers. More...
Public Member Functions | |
| Buffer< WebMercatorTile::DPI > | getSupportedDPIs () const final override |
| Returns the DPI values supported by this service. | |
| Buffer< WebMercatorTile::Resolution > | getSupportedResolutions () const final override |
| Returns the tile resolutions supported by this service. | |
| String | getUrl (WebMercatorTile tile, const MercatorImageRequest &request) const final override |
| Builds the URL for fetching a specific tile. | |
| UUID | getUUID (WebMercatorTile tile, const MercatorImageRequest &request) const final override |
| Returns a unique identifier for a specific tile request. | |
| Public Member Functions inherited from WebMercatorTileService | |
| WebMercatorTileService ()=default | |
| Default constructor. | |
| WebMercatorTileService (const WebMercatorTileService &other)=default | |
| Copy constructor. | |
| WebMercatorTileService (WebMercatorTileService &&other)=default | |
| Move constructor. | |
| virtual | ~WebMercatorTileService ()=default |
| Virtual destructor. | |
| WebMercatorTileService & | operator= (const WebMercatorTileService &other)=default |
| Copy assignment operator. | |
| WebMercatorTileService & | operator= (WebMercatorTileService &&other)=default |
| Move assignment operator. | |
Fetches Web Mercator map tiles from OpenStreetMap raster tile servers.
Definition at line 123 of file WebMercatorTiledImageManager.h.
|
finaloverridevirtual |
Returns the DPI values supported by this service.
Implements WebMercatorTileService.
References getSupportedDPIs().
Referenced by getSupportedDPIs().
|
finaloverridevirtual |
Returns the tile resolutions supported by this service.
Implements WebMercatorTileService.
|
finaloverridevirtual |
Builds the URL for fetching a specific tile.
| [in] | tile | The tile coordinates. |
| [in] | request | The image request parameters. |
Implements WebMercatorTileService.
|
finaloverridevirtual |
Returns a unique identifier for a specific tile request.
| [in] | tile | The tile coordinates. |
| [in] | request | The image request parameters. |
Implements WebMercatorTileService.