Uses of Class
org.openstreetmap.josm.actions.DownloadAlongAction
-
Packages that use DownloadAlongAction Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.org.openstreetmap.josm.gui.layer.gpx Provides classes for handling GPX layers. -
-
Uses of DownloadAlongAction in org.openstreetmap.josm.actions
Subclasses of DownloadAlongAction in org.openstreetmap.josm.actions Modifier and Type Class Description class
DownloadAlongWayAction
Calculate area around selected ways and split it into reasonable parts so that they can be downloaded. -
Uses of DownloadAlongAction in org.openstreetmap.josm.gui.layer.gpx
Subclasses of DownloadAlongAction in org.openstreetmap.josm.gui.layer.gpx Modifier and Type Class Description class
DownloadAlongTrackAction
Action that issues a series of download requests to the API, following the GPX track.
-