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, setNoDataValue
public TileDownloaderForOSM(RasterDataStore store, int tileSize)
public Tile downloadTile(Tile tile) throws TileGettingException
Downloader
tile
- Tile informationTileGettingException
public void downloadFile(URL url, File file, ICancellable cancel) throws TileGettingException
TileGettingException