Uses of Interface
org.openstreetmap.josm.data.osm.KeyValueVisitor
-
Packages that use KeyValueVisitor Package Description org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives:Node,Way,RelationUsersTagsChangesetsUtilities classesorg.openstreetmap.josm.data.validation.tests Provides the classes for JOSM data validation tests.org.openstreetmap.josm.gui.dialogs.properties Toggle dialog allowing to display/edit tags and relation memberships of currently selected OSM objects.org.openstreetmap.josm.gui.mappaint.mapcss Drawing system based on MapCSS map styles. -
-
Uses of KeyValueVisitor in org.openstreetmap.josm.data.osm
Methods in org.openstreetmap.josm.data.osm with parameters of type KeyValueVisitor Modifier and Type Method Description voidAbstractPrimitive. visitKeys(KeyValueVisitor visitor)default voidTagged. visitKeys(KeyValueVisitor visitor)Calls the visitor for every key/value pair. -
Uses of KeyValueVisitor in org.openstreetmap.josm.data.validation.tests
Classes in org.openstreetmap.josm.data.validation.tests that implement KeyValueVisitor Modifier and Type Class Description classUntaggedNodeChecks for nodes with uninteresting tags that are in no way -
Uses of KeyValueVisitor in org.openstreetmap.josm.gui.dialogs.properties
Methods in org.openstreetmap.josm.gui.dialogs.properties with parameters of type KeyValueVisitor Modifier and Type Method Description voidPropertiesDialog. visitSelectedProperties(KeyValueVisitor visitor)Visits all combinations of the selected keys/values. -
Uses of KeyValueVisitor in org.openstreetmap.josm.gui.mappaint.mapcss
Classes in org.openstreetmap.josm.gui.mappaint.mapcss that implement KeyValueVisitor Modifier and Type Class Description private classMapCSSRuleIndex.RuleCandidatesIteratorThis is an iterator over all rules that are marked as possible in the bitset.
-