Interface TypePredicates


  • public interface TypePredicates
    Collection of predicates for determining AtlasItem types
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_AREA
      Tests if the AtlasObject is tagged as an Area
      static java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_EDGE
      Tests if the AtlasObject is an Edge
    • Field Detail

      • IS_AREA

        static final java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_AREA
        Tests if the AtlasObject is tagged as an Area
      • IS_EDGE

        static final java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_EDGE
        Tests if the AtlasObject is an Edge