Uses of Class
org.openstreetmap.josm.actions.downloadtasks.AbstractDownloadTask
-
Packages that use AbstractDownloadTask Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.org.openstreetmap.josm.actions.downloadtasks Provides the classes for JOSMdownload tasks
.org.openstreetmap.josm.gui.download Provides GUI classes for the download dialog. -
-
Uses of AbstractDownloadTask in org.openstreetmap.josm.actions
Subclasses of AbstractDownloadTask in org.openstreetmap.josm.actions Modifier and Type Class Description private static class
DownloadOsmInViewAction.DownloadOsmInViewTask
-
Uses of AbstractDownloadTask in org.openstreetmap.josm.actions.downloadtasks
Subclasses of AbstractDownloadTask in org.openstreetmap.josm.actions.downloadtasks Modifier and Type Class 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 changesets 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 coordinatesclass
DownloadSessionTask
Task allowing to download JOSM session (*.jos, *.joz file). -
Uses of AbstractDownloadTask in org.openstreetmap.josm.gui.download
Methods in org.openstreetmap.josm.gui.download that return types with arguments of type AbstractDownloadTask Modifier and Type Method Description Class<? extends AbstractDownloadTask<?>>
IDownloadSourceType. getDownloadClass()
Returns the download task class which will be getting the data.Class<? extends AbstractDownloadTask<GpxData>>
OSMDownloadSource.GpsDataDownloadType. getDownloadClass()
Class<? extends AbstractDownloadTask<NoteData>>
OSMDownloadSource.NotesDataDownloadType. getDownloadClass()
Class<? extends AbstractDownloadTask<DataSet>>
OSMDownloadSource.OsmDataDownloadType. getDownloadClass()
-