Uses of Class
org.openstreetmap.josm.data.osm.visitor.BoundingXYVisitor
-
Packages that use BoundingXYVisitor Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface.org.openstreetmap.josm.gui.dialogs Provides three kinds of dialogs: Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI Changeset dialog based on a standalone implementation, dedicated to OSM changesets management Extended dialogs for everything elseorg.openstreetmap.josm.gui.layer Provides classes for handling the different kinds of map layers.org.openstreetmap.josm.gui.layer.geoimage Provides classes for handling layers displaying geotagged pictures.org.openstreetmap.josm.gui.layer.markerlayer Provides classes for handling marker layers. -
-
Uses of BoundingXYVisitor in org.openstreetmap.josm.actions
Methods in org.openstreetmap.josm.actions with parameters of type BoundingXYVisitor Modifier and Type Method Description private static void
AutoScaleAction. modeData(BoundingXYVisitor v)
private void
AutoScaleAction. modeLayer(BoundingXYVisitor v)
private void
AutoScaleAction. modeSelectionOrConflict(BoundingXYVisitor v)
-
Uses of BoundingXYVisitor in org.openstreetmap.josm.gui
Methods in org.openstreetmap.josm.gui with parameters of type BoundingXYVisitor Modifier and Type Method Description void
NavigatableComponent. zoomTo(BoundingXYVisitor v)
Set the new dimension to the view. -
Uses of BoundingXYVisitor in org.openstreetmap.josm.gui.dialogs
Subclasses of BoundingXYVisitor in org.openstreetmap.josm.gui.dialogs Modifier and Type Class Description static class
ValidatorDialog.ValidatorBoundingXYVisitor
A visitor that is used to compute the bounds of an error. -
Uses of BoundingXYVisitor in org.openstreetmap.josm.gui.layer
Methods in org.openstreetmap.josm.gui.layer with parameters of type BoundingXYVisitor Modifier and Type Method Description void
AbstractTileSourceLayer. visitBoundingBox(BoundingXYVisitor v)
void
GpxLayer. visitBoundingBox(BoundingXYVisitor v)
void
GpxRouteLayer. visitBoundingBox(BoundingXYVisitor v)
abstract void
Layer. visitBoundingBox(BoundingXYVisitor v)
Visits the content bounds of this layer.void
NoteLayer. visitBoundingBox(BoundingXYVisitor v)
void
OsmDataLayer. visitBoundingBox(BoundingXYVisitor v)
void
ValidatorLayer. visitBoundingBox(BoundingXYVisitor v)
-
Uses of BoundingXYVisitor in org.openstreetmap.josm.gui.layer.geoimage
Methods in org.openstreetmap.josm.gui.layer.geoimage with parameters of type BoundingXYVisitor Modifier and Type Method Description void
GeoImageLayer. visitBoundingBox(BoundingXYVisitor v)
-
Uses of BoundingXYVisitor in org.openstreetmap.josm.gui.layer.markerlayer
Methods in org.openstreetmap.josm.gui.layer.markerlayer with parameters of type BoundingXYVisitor Modifier and Type Method Description void
MarkerLayer. visitBoundingBox(BoundingXYVisitor v)
-