Uses of Class
org.openstreetmap.josm.data.osm.visitor.AbstractVisitor

Packages that use AbstractVisitor
org.openstreetmap.josm.command   
org.openstreetmap.josm.data.osm.visitor   
org.openstreetmap.josm.data.validation   
org.openstreetmap.josm.data.validation.tests   
org.openstreetmap.josm.data.validation.util   
org.openstreetmap.josm.gui.dialogs   
org.openstreetmap.josm.gui.history   
org.openstreetmap.josm.gui.layer   
org.openstreetmap.josm.gui.mappaint.mapcss   
 

Uses of AbstractVisitor in org.openstreetmap.josm.command
 

Subclasses of AbstractVisitor in org.openstreetmap.josm.command
private static class Command.CloneVisitor
           
 

Uses of AbstractVisitor in org.openstreetmap.josm.data.osm.visitor
 

Subclasses of AbstractVisitor in org.openstreetmap.josm.data.osm.visitor
 class AllNodesVisitor
          Collect all nodes a specific osm primitive has.
 class BoundingXYVisitor
          Calculates the total bounding rectangle of a series of OsmPrimitive objects, using the EastNorth values as reference.
 class MergeSourceBuildingVisitor
          MergeSourceBuildingVisitor helps to build the "hull" of a collection of OsmPrimitives which shall be merged into another layer.
 

Uses of AbstractVisitor in org.openstreetmap.josm.data.validation
 

Subclasses of AbstractVisitor in org.openstreetmap.josm.data.validation
 class Test
          Parent class for all validation tests.
(package private)  class TestError.PaintVisitor
          Visitor that highlights the primitives affected by this error
 

Uses of AbstractVisitor in org.openstreetmap.josm.data.validation.tests
 

Subclasses of AbstractVisitor in org.openstreetmap.josm.data.validation.tests
 class BuildingInBuilding
           
 class Coastlines
          Check coastlines for errors
 class CrossingWays
          Tests if there are segments that crosses in the same layer
 class DeprecatedTags
           
 class DuplicatedWayNodes
           
 class DuplicateNode
          Tests if there are duplicate nodes
 class DuplicateRelation
          Tests if there are duplicate relations
 class DuplicateWay
          Tests if there are duplicate ways
 class MultipolygonTest
           
 class NameMismatch
          Check for missing name:* translations.
 class NodesDuplicatingWayTags
          Warn when a node has the same tags as its parent way.
 class NodesWithSameName
           
 class OverlappingAreas
           
 class OverlappingWays
          Tests if there are overlapping ways
 class PowerLines
          Checks for nodes in power lines/minor_lines that do not have a power=tower/pole tag.
See #7812 for discussions about this test.
 class RelationChecker
          Check for wrong relations
 class SelfIntersectingWay
          Checks for self-intersecting ways.
 class SimilarNamedWays
          Checks for similar named ways, symptom of a possible typo.
 class TagChecker
          Check for misspelled or wrong properties
 class TurnrestrictionTest
           
 class UnclosedWays
          Check area type ways for errors
 class UnconnectedWays
          Tests if there are segments that crosses in the same layer
 class UntaggedNode
          Checks for nodes with uninteresting tags that are in no way
 class UntaggedWay
          Checks for untagged ways
 class WayConnectedToArea
           
 class WronglyOrderedWays
          Check cyclic ways for errors
 

Uses of AbstractVisitor in org.openstreetmap.josm.data.validation.util
 

Subclasses of AbstractVisitor in org.openstreetmap.josm.data.validation.util
 class AggregatePrimitivesVisitor
          A visitor that aggregates all primitives it visits.
 class MultipleNameVisitor
          Able to create a name and an icon for a collection of elements.
 class NameVisitor
          Able to create a name and an icon for each data element.
 

Uses of AbstractVisitor in org.openstreetmap.josm.gui.dialogs
 

Subclasses of AbstractVisitor in org.openstreetmap.josm.gui.dialogs
static class ValidatorDialog.ValidatorBoundingXYVisitor
           
 

Uses of AbstractVisitor in org.openstreetmap.josm.gui.history
 

Subclasses of AbstractVisitor in org.openstreetmap.josm.gui.history
(package private) static class HistoryBrowserModel.HistoryPrimitiveBuilder
          Creates a HistoryOsmPrimitive from a OsmPrimitive
 

Uses of AbstractVisitor in org.openstreetmap.josm.gui.layer
 

Subclasses of AbstractVisitor in org.openstreetmap.josm.gui.layer
static class OsmDataLayer.DataCountVisitor
           
 

Uses of AbstractVisitor in org.openstreetmap.josm.gui.mappaint.mapcss
 

Subclasses of AbstractVisitor in org.openstreetmap.josm.gui.mappaint.mapcss
private  class Selector.ChildOrParentSelector.MatchingReferrerFinder
          Finds the first referrer matching Selector.ChildOrParentSelector.left
 



JOSM