Interface TagPredicates
-
public interface TagPredicatesCollection 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_UNDERGROUNDTests if theAtlasObjectgoes undergroundstatic java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject>GOES_UNDERWATERTests if theAtlasObjectgoes underwaterstatic java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject>HAS_SPEED_LIMITTests if theAtlasObjecthas a minimum or maximum speedstatic java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject>IS_AREATests if theAtlasObjecthas area tag equal to yesstatic java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject>IS_BRIDGETests if theAtlasObjectis a bridgestatic java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject>IS_BUILDINGTests if theAtlasObjecthas a building tagstatic java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject>IS_CROSSING_HIGHWAYTests if theAtlasObjecthas highway tag equal to crossingstatic java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject>IS_EMBANKMENTTests if theAtlasObjectis an embankmentstatic java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject>IS_HIGHWAY_AREATests if theAtlasObjecthas a highway tag and an area tag that equals to yesstatic java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject>IS_HIGHWAY_FOR_PEDESTRIANSTests if theAtlasObjectis has highway=pedestrian or highway=footwaystatic java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject>IS_PIERTests if theAtlasObjectis a pierstatic java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject>IS_POWER_LINETests if theAtlasObjectis a power linestatic java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject>IS_ROOFTests if theAtlasObjecthas a building tag equal to roofstatic java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject>IS_WATER_BODYTests if theAtlasObjectis a water body
-
-
-
Field Detail
-
IS_BUILDING
static final java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_BUILDING
Tests if theAtlasObjecthas a building tag
-
IS_ROOF
static final java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_ROOF
Tests if theAtlasObjecthas 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 theAtlasObjecthas 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 theAtlasObjecthas 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 theAtlasObjecthas 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 theAtlasObjectis a water body
-
IS_BRIDGE
static final java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_BRIDGE
Tests if theAtlasObjectis a bridge
-
IS_EMBANKMENT
static final java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_EMBANKMENT
Tests if theAtlasObjectis an embankment
-
IS_PIER
static final java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_PIER
Tests if theAtlasObjectis a pier
-
IS_POWER_LINE
static final java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_POWER_LINE
Tests if theAtlasObjectis a power line
-
GOES_UNDERWATER
static final java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> GOES_UNDERWATER
Tests if theAtlasObjectgoes underwater
-
GOES_UNDERGROUND
static final java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> GOES_UNDERGROUND
Tests if theAtlasObjectgoes underground
-
IS_HIGHWAY_FOR_PEDESTRIANS
static final java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_HIGHWAY_FOR_PEDESTRIANS
Tests if theAtlasObjectis 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 theAtlasObjecthas highway tag equal to crossing
-
-