download tasks .See: Description
| 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 |
|---|---|
| AbstractChangesetDownloadTask |
Common abstract implementation of other changeset download tasks.
|
| AbstractDownloadTask<T> |
Common abstract implementation of other download tasks.
|
| ChangesetContentDownloadTask |
This is an asynchronous task for downloading the changeset content of a collection of changesets.
|
| ChangesetHeaderDownloadTask |
This is an asynchronous task for downloading a collection of changests from the OSM server.
|
| ChangesetQueryTask |
Asynchronous task to send a changeset query to the OSM API.
|
| DownloadGeoJsonTask |
GeoJson download task.
|
| DownloadGpsTask |
Task allowing to download GPS data.
|
| DownloadNotesTask |
General task for downloading OSM notes.
|
| DownloadNotesUrlBoundsTask |
Specialized task for downloading OSM notes within bounds.
|
| DownloadNotesUrlIdTask |
Specialized task for downloading OSM notes by ID.
|
| DownloadOsmChangeTask |
Task allowing to download OsmChange data (http://wiki.openstreetmap.org/wiki/OsmChange).
|
| DownloadOsmChangeTask.HistoryLoaderAndListener |
Loads history and updates incomplete primitives.
|
| DownloadOsmIdTask |
Specialized task for downloading OSM objects by ID.
|
| 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
|
| DownloadParams |
Download parameters affecting the behaviour of
DownloadTasks. |
| 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 |
The post-download handler notifies user of potential errors that occurred.
|
download tasks .
They are used to download geographic data (OSM data, GPX tracks, etc.) for a given URL or geographic area.