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 classDownloadPrimitivesTaskTask downloading a set of OSM primitives.classUpdatePrimitivesTaskThe 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 AbstractPrimitiveTaskAbstractPrimitiveTask. setDownloadRelations(boolean fullRelation)Sets whether all members of the relation should be downloaded completely.AbstractPrimitiveTaskAbstractPrimitiveTask. setZoom(boolean zoom)Sets whether the map view should zoom to impacted primitives at the end.
-