Uses of Package
org.openstreetmap.josm.data.osm.visitor
-
Packages that use org.openstreetmap.josm.data.osm.visitor Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.org.openstreetmap.josm.command Provides the classes for JOSM commands allowing to modify an OSM data set.org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives
:Node
,Way
,Relation
Users
Tags
Changesets
Utilities classesorg.openstreetmap.josm.data.osm.visitor Provides the classes for performing actions on OSM primitives using Visitor design pattern.org.openstreetmap.josm.data.osm.visitor.paint Provides the classes for painting (rendering) OSM primitives on the map.org.openstreetmap.josm.data.validation Provides the classes for JOSM data validation.org.openstreetmap.josm.data.validation.tests Provides the classes for JOSM data validation tests.org.openstreetmap.josm.data.validation.util Provides utilities classes for JOSM data validation.org.openstreetmap.josm.data.vector 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.history Provides GUI classes for handling history of OSM objects.org.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.org.openstreetmap.josm.gui.layer.validation Provides classes for handling validation layer.org.openstreetmap.josm.gui.mappaint.mapcss Drawing system based on MapCSS map styles.org.openstreetmap.josm.io Provides the classes for JOSM input/output support. -
Classes in org.openstreetmap.josm.data.osm.visitor used by org.openstreetmap.josm.actions Class Description BoundingXYVisitor Calculates the total bounding rectangle of a series ofOsmPrimitive
objects, using the EastNorth values as reference.OsmPrimitiveVisitor -
Classes in org.openstreetmap.josm.data.osm.visitor used by org.openstreetmap.josm.command Class Description OsmPrimitiveVisitor -
Classes in org.openstreetmap.josm.data.osm.visitor used by org.openstreetmap.josm.data.osm Class Description OsmPrimitiveVisitor PrimitiveVisitor OSM primitives interfaces visitor, following conventional visitor design pattern. -
Classes in org.openstreetmap.josm.data.osm.visitor used by org.openstreetmap.josm.data.osm.visitor Class Description OsmPrimitiveVisitor PrimitiveVisitor OSM primitives interfaces visitor, following conventional visitor design pattern. -
Classes in org.openstreetmap.josm.data.osm.visitor used by org.openstreetmap.josm.data.osm.visitor.paint Class Description PrimitiveVisitor OSM primitives interfaces visitor, following conventional visitor design pattern. -
Classes in org.openstreetmap.josm.data.osm.visitor used by org.openstreetmap.josm.data.validation Class Description OsmPrimitiveVisitor -
Classes in org.openstreetmap.josm.data.osm.visitor used by org.openstreetmap.josm.data.validation.tests Class Description OsmPrimitiveVisitor -
Classes in org.openstreetmap.josm.data.osm.visitor used by org.openstreetmap.josm.data.validation.util Class Description OsmPrimitiveVisitor -
Classes in org.openstreetmap.josm.data.osm.visitor used by org.openstreetmap.josm.data.vector Class Description PrimitiveVisitor OSM primitives interfaces visitor, following conventional visitor design pattern. -
Classes in org.openstreetmap.josm.data.osm.visitor used by org.openstreetmap.josm.gui Class Description BoundingXYVisitor Calculates the total bounding rectangle of a series ofOsmPrimitive
objects, using the EastNorth values as reference. -
Classes in org.openstreetmap.josm.data.osm.visitor used by org.openstreetmap.josm.gui.dialogs Class Description BoundingXYVisitor Calculates the total bounding rectangle of a series ofOsmPrimitive
objects, using the EastNorth values as reference.OsmPrimitiveVisitor PrimitiveVisitor OSM primitives interfaces visitor, following conventional visitor design pattern. -
Classes in org.openstreetmap.josm.data.osm.visitor used by org.openstreetmap.josm.gui.history Class Description OsmPrimitiveVisitor -
Classes in org.openstreetmap.josm.data.osm.visitor used by org.openstreetmap.josm.gui.layer Class Description BoundingXYVisitor Calculates the total bounding rectangle of a series ofOsmPrimitive
objects, using the EastNorth values as reference.OsmPrimitiveVisitor -
Classes in org.openstreetmap.josm.data.osm.visitor used by org.openstreetmap.josm.gui.layer.geoimage Class Description BoundingXYVisitor Calculates the total bounding rectangle of a series ofOsmPrimitive
objects, using the EastNorth values as reference. -
Classes in org.openstreetmap.josm.data.osm.visitor used by org.openstreetmap.josm.gui.layer.markerlayer Class Description BoundingXYVisitor Calculates the total bounding rectangle of a series ofOsmPrimitive
objects, using the EastNorth values as reference. -
Classes in org.openstreetmap.josm.data.osm.visitor used by org.openstreetmap.josm.gui.layer.validation Class Description OsmPrimitiveVisitor -
Classes in org.openstreetmap.josm.data.osm.visitor used by org.openstreetmap.josm.gui.mappaint.mapcss Class Description PrimitiveVisitor OSM primitives interfaces visitor, following conventional visitor design pattern. -
Classes in org.openstreetmap.josm.data.osm.visitor used by org.openstreetmap.josm.io Class Description OsmPrimitiveVisitor PrimitiveVisitor OSM primitives interfaces visitor, following conventional visitor design pattern.