Interface TypePredicates
-
public interface TypePredicatesCollection of predicates for determiningAtlasItemtypes
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject>IS_AREATests if theAtlasObjectis tagged as anAreastatic java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject>IS_EDGETests if theAtlasObjectis anEdge
-
-
-
Field Detail
-
IS_AREA
static final java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_AREA
Tests if theAtlasObjectis tagged as anArea
-
IS_EDGE
static final java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_EDGE
Tests if theAtlasObjectis anEdge
-
-