Uses of Package
org.openstreetmap.josm.data.osm.visitor

Packages that use org.openstreetmap.josm.data.osm.visitor
org.openstreetmap.josm.actions   
org.openstreetmap.josm.command   
org.openstreetmap.josm.data.osm   
org.openstreetmap.josm.data.osm.visitor   
org.openstreetmap.josm.data.osm.visitor.paint   
org.openstreetmap.josm.data.validation   
org.openstreetmap.josm.data.validation.tests   
org.openstreetmap.josm.data.validation.util   
org.openstreetmap.josm.gui   
org.openstreetmap.josm.gui.dialogs   
org.openstreetmap.josm.gui.history   
org.openstreetmap.josm.gui.layer   
org.openstreetmap.josm.gui.layer.geoimage   
org.openstreetmap.josm.gui.layer.markerlayer   
org.openstreetmap.josm.gui.mappaint.mapcss   
org.openstreetmap.josm.io   
 

Classes in org.openstreetmap.josm.data.osm.visitor used by org.openstreetmap.josm.actions
BoundingXYVisitor
          Calculates the total bounding rectangle of a series of OsmPrimitive objects, using the EastNorth values as reference.
Visitor
          Implementation of the visitor scheme.
 

Classes in org.openstreetmap.josm.data.osm.visitor used by org.openstreetmap.josm.command
AbstractVisitor
          This class serves as a base class for most simple visitors, blocking out the "changeset" visit so as to avoid cluttering the visitors which are not interested.
Visitor
          Implementation of the visitor scheme.
 

Classes in org.openstreetmap.josm.data.osm.visitor used by org.openstreetmap.josm.data.osm
PrimitiveVisitor
           
Visitor
          Implementation of the visitor scheme.
 

Classes in org.openstreetmap.josm.data.osm.visitor used by org.openstreetmap.josm.data.osm.visitor
AbstractVisitor
          This class serves as a base class for most simple visitors, blocking out the "changeset" visit so as to avoid cluttering the visitors which are not interested.
Visitor
          Implementation of the visitor scheme.
 

Classes in org.openstreetmap.josm.data.osm.visitor used by org.openstreetmap.josm.data.osm.visitor.paint
Visitor
          Implementation of the visitor scheme.
 

Classes in org.openstreetmap.josm.data.osm.visitor used by org.openstreetmap.josm.data.validation
AbstractVisitor
          This class serves as a base class for most simple visitors, blocking out the "changeset" visit so as to avoid cluttering the visitors which are not interested.
Visitor
          Implementation of the visitor scheme.
 

Classes in org.openstreetmap.josm.data.osm.visitor used by org.openstreetmap.josm.data.validation.tests
AbstractVisitor
          This class serves as a base class for most simple visitors, blocking out the "changeset" visit so as to avoid cluttering the visitors which are not interested.
Visitor
          Implementation of the visitor scheme.
 

Classes in org.openstreetmap.josm.data.osm.visitor used by org.openstreetmap.josm.data.validation.util
AbstractVisitor
          This class serves as a base class for most simple visitors, blocking out the "changeset" visit so as to avoid cluttering the visitors which are not interested.
Visitor
          Implementation of the visitor scheme.
 

Classes in org.openstreetmap.josm.data.osm.visitor used by org.openstreetmap.josm.gui
BoundingXYVisitor
          Calculates the total bounding rectangle of a series of OsmPrimitive objects, using the EastNorth values as reference.
 

Classes in org.openstreetmap.josm.data.osm.visitor used by org.openstreetmap.josm.gui.dialogs
AbstractVisitor
          This class serves as a base class for most simple visitors, blocking out the "changeset" visit so as to avoid cluttering the visitors which are not interested.
BoundingXYVisitor
          Calculates the total bounding rectangle of a series of OsmPrimitive objects, using the EastNorth values as reference.
Visitor
          Implementation of the visitor scheme.
 

Classes in org.openstreetmap.josm.data.osm.visitor used by org.openstreetmap.josm.gui.history
AbstractVisitor
          This class serves as a base class for most simple visitors, blocking out the "changeset" visit so as to avoid cluttering the visitors which are not interested.
Visitor
          Implementation of the visitor scheme.
 

Classes in org.openstreetmap.josm.data.osm.visitor used by org.openstreetmap.josm.gui.layer
AbstractVisitor
          This class serves as a base class for most simple visitors, blocking out the "changeset" visit so as to avoid cluttering the visitors which are not interested.
BoundingXYVisitor
          Calculates the total bounding rectangle of a series of OsmPrimitive objects, using the EastNorth values as reference.
Visitor
          Implementation of the visitor scheme.
 

Classes in org.openstreetmap.josm.data.osm.visitor used by org.openstreetmap.josm.gui.layer.geoimage
BoundingXYVisitor
          Calculates the total bounding rectangle of a series of OsmPrimitive objects, using the EastNorth values as reference.
 

Classes in org.openstreetmap.josm.data.osm.visitor used by org.openstreetmap.josm.gui.layer.markerlayer
BoundingXYVisitor
          Calculates the total bounding rectangle of a series of OsmPrimitive objects, using the EastNorth values as reference.
 

Classes in org.openstreetmap.josm.data.osm.visitor used by org.openstreetmap.josm.gui.mappaint.mapcss
AbstractVisitor
          This class serves as a base class for most simple visitors, blocking out the "changeset" visit so as to avoid cluttering the visitors which are not interested.
Visitor
          Implementation of the visitor scheme.
 

Classes in org.openstreetmap.josm.data.osm.visitor used by org.openstreetmap.josm.io
PrimitiveVisitor
           
Visitor
          Implementation of the visitor scheme.
 



JOSM