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