Package | Description |
---|---|
org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
org.openstreetmap.josm.actions.downloadtasks |
Provides the classes for JOSM
download tasks . |
Modifier and Type | Class and Description |
---|---|
private static class |
DownloadOsmInViewAction.DownloadOsmInViewTask |
Modifier and Type | Class and Description |
---|---|
class |
AbstractChangesetDownloadTask
Common abstract implementation of other changeset download tasks.
|
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.
|
class |
DownloadGeoJsonTask
GeoJson download task.
|
class |
DownloadGpsTask
Task allowing to download GPS data.
|
class |
DownloadNotesTask
General task for downloading OSM notes.
|
class |
DownloadNotesUrlBoundsTask
Specialized task for downloading OSM notes within bounds.
|
class |
DownloadNotesUrlIdTask
Specialized task for downloading OSM notes by ID.
|
class |
DownloadOsmChangeTask
Task allowing to download OsmChange data (http://wiki.openstreetmap.org/wiki/OsmChange).
|
class |
DownloadOsmIdTask
Specialized task for downloading OSM objects by ID.
|
class |
DownloadOsmTask
Open the download dialog and download the data.
|
class |
DownloadOsmUrlTask
Task allowing to download an OSM url containing coordinates
|
class |
DownloadSessionTask
Task allowing to download JOSM session (*.jos, *.joz file).
|