public interface TagPredicates
| Modifier and Type | Field and 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 |
static final java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_BUILDING
AtlasObject has a building tagstatic final java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_ROOF
AtlasObject has a building tag equal to roofstatic final java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_AREA
AtlasObject has area tag equal to yesstatic final java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_HIGHWAY_AREA
AtlasObject has a highway tag and an area tag that equals to yesstatic final java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> HAS_SPEED_LIMIT
AtlasObject has a minimum or maximum speedstatic final java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_WATER_BODY
AtlasObject is a water bodystatic final java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_BRIDGE
AtlasObject is a bridgestatic final java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_EMBANKMENT
AtlasObject is an embankmentstatic final java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_PIER
AtlasObject is a pierstatic final java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_POWER_LINE
AtlasObject is a power linestatic final java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> GOES_UNDERWATER
AtlasObject goes underwaterstatic final java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> GOES_UNDERGROUND
AtlasObject goes undergroundstatic final java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_HIGHWAY_FOR_PEDESTRIANS
AtlasObject is has highway=pedestrian or highway=footwaystatic final java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_CROSSING_HIGHWAY
AtlasObject has highway tag equal to crossing