org.osm2world.core.osm.ruleset
Interface Ruleset

All Known Implementing Classes:
HardcodedRuleset

public interface Ruleset


Method Summary
 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.
 

Method Detail

isAreaTag

boolean isAreaTag(Tag tag)
identifies tags that indicate that a closed way represents an area


isLandTag

boolean isLandTag(Tag tag)
identifies tags which (almost) exclusively appear outside the sea. This lets us make a guess whether a tile is a land tile.


isSeaTag

boolean isSeaTag(Tag tag)
identifies tags which (almost) exclusively appear on the sea. This lets us make a guess whether a tile is a land tile.