org.osm2world.core.osm.ruleset
Constructor and Description |
---|
HardcodedRuleset() |
Modifier and Type | Method and Description |
---|---|
boolean |
isAreaTag(Tag tag)
identifies tags that indicate that a closed way represents an area
|
boolean |
isLandTag(Tag tag)
identifies tags which (almost) exclusively appear outside the sea.
|
boolean |
isSeaTag(Tag tag)
identifies tags which (almost) exclusively appear on the sea.
|
public boolean isAreaTag(Tag tag)
Ruleset
public boolean isLandTag(Tag tag)
Ruleset