|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TileDownloadResult | |
---|---|
org.openstreetmap.fma.jtiledownloader | |
org.openstreetmap.fma.jtiledownloader.datatypes |
Uses of TileDownloadResult in org.openstreetmap.fma.jtiledownloader |
---|
Methods in org.openstreetmap.fma.jtiledownloader that return TileDownloadResult | |
---|---|
private TileDownloadResult |
TileListDownloader.doDownload(Tile tileToDownload)
|
private TileDownloadResult |
TileListDownloader.doSingleDownload(java.lang.String fileName,
java.net.URL url)
|
Methods in org.openstreetmap.fma.jtiledownloader with parameters of type TileDownloadResult | |
---|---|
private void |
TileListDownloader.addedTileDownloadError(TileDownloadResult result,
Tile tileToDownload)
|
Uses of TileDownloadResult in org.openstreetmap.fma.jtiledownloader.datatypes |
---|
Fields in org.openstreetmap.fma.jtiledownloader.datatypes declared as TileDownloadResult | |
---|---|
private TileDownloadResult |
TileDownloadError.result
|
Methods in org.openstreetmap.fma.jtiledownloader.datatypes that return TileDownloadResult | |
---|---|
TileDownloadResult |
TileDownloadError.getResult()
Getter for result |
Methods in org.openstreetmap.fma.jtiledownloader.datatypes with parameters of type TileDownloadResult | |
---|---|
void |
TileDownloadError.setResult(TileDownloadResult result)
Setter for result |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |