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
,Relation
Users
Tags
Changesets
Utilities 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 void
AbstractPrimitive. visitKeys(KeyValueVisitor visitor)
default void
Tagged. 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 class
UntaggedNode
Checks 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 void
PropertiesDialog. 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 class
MapCSSRuleIndex.RuleCandidatesIterator
This is an iterator over all rules that are marked as possible in the bitset.
-