Package | Description |
---|---|
org.openstreetmap.josm.gui.dialogs.changeset |
Standalone dialog allowing to handle OSM changesets (query and display them).
|
org.openstreetmap.josm.gui.dialogs.changeset.query |
Provides classes allowing to query changesets to the OSM API.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ChangesetCacheManager.runDownloadTask(ChangesetDownloadTask task)
Runs the given changeset download task.
|
Modifier and Type | Class and Description |
---|---|
class |
ChangesetQueryTask
Asynchronous task to send a changeset query to the OSM API.
|