Interface TagPredicates


  • public interface TagPredicates
    Collection of tag based predicates
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> GOES_UNDERGROUND
      Tests if the AtlasObject goes underground
      static java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> GOES_UNDERWATER
      Tests if the AtlasObject goes underwater
      static java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> HAS_SPEED_LIMIT
      Tests if the AtlasObject has a minimum or maximum speed
      static java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_AREA
      Tests if the AtlasObject has area tag equal to yes
      static java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_BRIDGE
      Tests if the AtlasObject is a bridge
      static java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_BUILDING
      Tests if the AtlasObject has a building tag
      static java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_CROSSING_HIGHWAY
      Tests if the AtlasObject has highway tag equal to crossing
      static java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_EMBANKMENT
      Tests if the AtlasObject is an embankment
      static java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_HIGHWAY_AREA
      Tests if the AtlasObject has a highway tag and an area tag that equals to yes
      static java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_HIGHWAY_FOR_PEDESTRIANS
      Tests if the AtlasObject is has highway=pedestrian or highway=footway
      static java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_PIER
      Tests if the AtlasObject is a pier
      static java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_POWER_LINE
      Tests if the AtlasObject is a power line
      static java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_ROOF
      Tests if the AtlasObject has a building tag equal to roof
      static java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_WATER_BODY
      Tests if the AtlasObject is a water body
    • Field Detail

      • IS_BUILDING

        static final java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_BUILDING
        Tests if the AtlasObject has a building tag
      • IS_ROOF

        static final java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_ROOF
        Tests if the AtlasObject has a building tag equal to roof
      • IS_AREA

        static final java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_AREA
        Tests if the AtlasObject has area tag equal to yes
      • IS_HIGHWAY_AREA

        static final java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_HIGHWAY_AREA
        Tests if the AtlasObject has a highway tag and an area tag that equals to yes
      • HAS_SPEED_LIMIT

        static final java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> HAS_SPEED_LIMIT
        Tests if the AtlasObject has a minimum or maximum speed
      • IS_WATER_BODY

        static final java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_WATER_BODY
        Tests if the AtlasObject is a water body
      • IS_BRIDGE

        static final java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_BRIDGE
        Tests if the AtlasObject is a bridge
      • IS_EMBANKMENT

        static final java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_EMBANKMENT
        Tests if the AtlasObject is an embankment
      • IS_PIER

        static final java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_PIER
        Tests if the AtlasObject is a pier
      • IS_POWER_LINE

        static final java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_POWER_LINE
        Tests if the AtlasObject is a power line
      • GOES_UNDERWATER

        static final java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> GOES_UNDERWATER
        Tests if the AtlasObject goes underwater
      • GOES_UNDERGROUND

        static final java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> GOES_UNDERGROUND
        Tests if the AtlasObject goes underground
      • IS_HIGHWAY_FOR_PEDESTRIANS

        static final java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_HIGHWAY_FOR_PEDESTRIANS
        Tests if the AtlasObject is has highway=pedestrian or highway=footway
      • IS_CROSSING_HIGHWAY

        static final java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_CROSSING_HIGHWAY
        Tests if the AtlasObject has highway tag equal to crossing