Package | Description |
---|---|
org.openstreetmap.josm.actions.downloadtasks | |
org.openstreetmap.josm.gui.dialogs.changeset |
Standalone dialog allowing to handle OSM changesets (query and display them).
|
Modifier and Type | Class and Description |
---|---|
class |
ChangesetContentDownloadTask
This is an asynchronous task for downloading the changeset content of a collection of changesets.
|
class |
ChangesetHeaderDownloadTask
This is an asynchronous task for downloading a collection of changests from the OSM server.
|
class |
ChangesetQueryTask
Asynchronous task to send a changeset query to the OSM API.
|
Modifier and Type | Method and Description |
---|---|
void |
ChangesetCacheManager.runDownloadTask(AbstractChangesetDownloadTask task)
Runs the given changeset download task.
|