Package | Description |
---|---|
org.openstreetmap.josm.plugins.graphview.core.data | |
org.osm2world.core.map_data.creation | |
org.osm2world.core.osm.ruleset |
Modifier and Type | Method and Description |
---|---|
Iterator<Tag> |
EmptyTagGroup.iterator() |
Iterator<Tag> |
MapBasedTagGroup.iterator()
returns an Iterator providing access to all Tags.
|
Modifier and Type | Method and Description |
---|---|
boolean |
EmptyTagGroup.contains(Tag tag) |
boolean |
MapBasedTagGroup.contains(Tag tag) |
boolean |
TagGroup.contains(Tag tag)
returns true if this tag group contains the given tag
|
Modifier and Type | Method and Description |
---|---|
boolean |
EmptyTagGroup.containsAny(Iterable<Tag> tag) |
boolean |
MapBasedTagGroup.containsAny(Iterable<Tag> tags) |
boolean |
TagGroup.containsAny(Iterable<Tag> tags)
returns true if this tag group contains one of the given tags
|
Constructor and Description |
---|
MapBasedTagGroup(Tag... tags) |
Constructor and Description |
---|
MapBasedTagGroup(Iterable<Tag> tags) |
Modifier and Type | Field and Description |
---|---|
static Tag |
EmptyTerrainBuilder.EMPTY_SURFACE_TAG
tag to be internally used on faked ways around "empty terrain"
|
Modifier and Type | Method and Description |
---|---|
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) |