| Interface | Description |
|---|---|
| DownloadTask |
Interface defining a general download task used to download geographic data (OSM data, GPX tracks, etc.) for a given URL or geographic area.
|
| Class | Description |
|---|---|
| AbstractDownloadTask |
Common abstract implementation of other download tasks
|
| DownloadGpsTask |
Task allowing to download GPS data.
|
| DownloadNotesTask |
Task for downloading notes
|
| DownloadOsmChangeCompressedTask |
Task allowing to download compressed OSM-Change files (gzip and bzip2)
|
| DownloadOsmChangeTask |
Task allowing to download OsmChange data (http://wiki.openstreetmap.org/wiki/OsmChange).
|
| DownloadOsmChangeTask.HistoryLoaderAndListener |
Loads history and updates incomplete primitives.
|
| DownloadOsmCompressedTask |
Task allowing to download compressed OSM files (gzip and bzip2)
|
| DownloadOsmTask |
Open the download dialog and download the data.
|
| DownloadOsmTask.AbstractInternalTask |
Superclass of internal download task.
|
| DownloadOsmUrlTask |
Task allowing to download an OSM url containing coordinates
|
| DownloadReferrersTask |
The asynchronous task for downloading referring primitives
|
| DownloadSessionTask |
Task allowing to download JOSM session (*.jos, *.joz file).
|
| DownloadTaskList |
This class encapsulates the downloading of several bounding boxes that would otherwise be too
large to download in one go.
|
| PostDownloadHandler |