Package | Description |
---|---|
org.openstreetmap.josm.gui.io |
Provides GUI classes for handling input/output operations (download, upload, save).
|
Modifier and Type | Class and Description |
---|---|
class |
DownloadPrimitivesTask
Task downloading a set of OSM primitives.
|
class |
UpdatePrimitivesTask
The asynchronous task for updating a collection of objects using multi fetch.
|
Modifier and Type | Method and Description |
---|---|
AbstractPrimitiveTask |
AbstractPrimitiveTask.setDownloadRelations(boolean downloadRelations,
boolean fullRelation)
Sets whether .
|
AbstractPrimitiveTask |
AbstractPrimitiveTask.setZoom(boolean zoom)
Sets whether the map view should zoom to impacted primitives at the end.
|