public class TileDownloaderForOSM extends BaseTileDownloader
byteNoData, doubleNoData, floatNoData, intNoData, shortNoData, store, tilePxHeight, tilePxWidth| Constructor and Description |
|---|
TileDownloaderForOSM(RasterDataStore store,
int tileSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
downloadFile(URL url,
File file,
ICancellable cancel) |
Tile |
downloadTile(Tile tile)
Gets a tile from the data source.
|
clearMaskBuffer, getCrashImage, getDownloadingImage, getTileSize, readTileFromDisk, saveTile, setNoDataValuepublic TileDownloaderForOSM(RasterDataStore store, int tileSize)
public Tile downloadTile(Tile tile) throws TileGettingException
Downloadertile - Tile informationTileGettingExceptionpublic void downloadFile(URL url, File file, ICancellable cancel) throws TileGettingException
TileGettingException