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 classDownloadOsmInViewAction.DownloadOsmInViewTask -
Uses of AbstractDownloadTask in org.openstreetmap.josm.actions.downloadtasks
Subclasses of AbstractDownloadTask in org.openstreetmap.josm.actions.downloadtasks Modifier and Type Class Description classAbstractChangesetDownloadTaskCommon abstract implementation of other changeset download tasks.classChangesetContentDownloadTaskThis is an asynchronous task for downloading the changeset content of a collection of changesets.classChangesetHeaderDownloadTaskThis is an asynchronous task for downloading a collection of changesets from the OSM server.classChangesetQueryTaskAsynchronous task to send a changeset query to the OSM API.classDownloadGeoJsonTaskGeoJson download task.classDownloadGpsTaskTask allowing to download GPS data.classDownloadNotesTaskGeneral task for downloading OSM notes.classDownloadNotesUrlBoundsTaskSpecialized task for downloading OSM notes within bounds.classDownloadNotesUrlIdTaskSpecialized task for downloading OSM notes by ID.classDownloadOsmChangeTaskTask allowing to download OsmChange data (http://wiki.openstreetmap.org/wiki/OsmChange).classDownloadOsmIdTaskSpecialized task for downloading OSM objects by ID.classDownloadOsmTaskOpen the download dialog and download the data.classDownloadOsmUrlTaskTask allowing to download an OSM url containing coordinatesclassDownloadSessionTaskTask 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 java.lang.Class<? extends AbstractDownloadTask<?>>IDownloadSourceType. getDownloadClass()Returns the download task class which will be getting the data.java.lang.Class<? extends AbstractDownloadTask<GpxData>>OSMDownloadSource.GpsDataDownloadType. getDownloadClass()java.lang.Class<? extends AbstractDownloadTask<NoteData>>OSMDownloadSource.NotesDataDownloadType. getDownloadClass()java.lang.Class<? extends AbstractDownloadTask<DataSet>>OSMDownloadSource.OsmDataDownloadType. getDownloadClass()
-