Uses of Class
org.openstreetmap.josm.plugins.graphview.core.data.Tag

Packages that use Tag
org.openstreetmap.josm.plugins.graphview.core.data   
org.osm2world.core.osm.ruleset   
 

Uses of Tag in org.openstreetmap.josm.plugins.graphview.core.data
 

Methods in org.openstreetmap.josm.plugins.graphview.core.data that return types with arguments of type Tag
 Iterator<Tag> EmptyTagGroup.iterator()
           
 Iterator<Tag> MapBasedTagGroup.iterator()
          returns an Iterator providing access to all Tags.
 

Methods in org.openstreetmap.josm.plugins.graphview.core.data with parameters of type Tag
 boolean TagGroup.contains(Tag tag)
          returns true if this tag group contains the given tag
 boolean EmptyTagGroup.contains(Tag tag)
           
 boolean MapBasedTagGroup.contains(Tag tag)
           
 

Constructors in org.openstreetmap.josm.plugins.graphview.core.data with parameters of type Tag
MapBasedTagGroup(Tag... tags)
           
 

Constructor parameters in org.openstreetmap.josm.plugins.graphview.core.data with type arguments of type Tag
MapBasedTagGroup(Iterable<Tag> tags)
           
 

Uses of Tag in org.osm2world.core.osm.ruleset
 

Methods in org.osm2world.core.osm.ruleset with parameters of type Tag
 boolean Ruleset.isAreaTag(Tag tag)
          identifies tags that indicate that a closed way represents an area
 boolean HardcodedRuleset.isAreaTag(Tag tag)
           
 boolean Ruleset.isLandTag(Tag tag)
          identifies tags which (almost) exclusively appear outside the sea.
 boolean HardcodedRuleset.isLandTag(Tag tag)
           
 boolean Ruleset.isSeaTag(Tag tag)
          identifies tags which (almost) exclusively appear on the sea.
 boolean HardcodedRuleset.isSeaTag(Tag tag)