public interface TypePredicates
AtlasItem types| Modifier and Type | Field and 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 |
static final java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_AREA
AtlasObject is tagged as an Areastatic final java.util.function.Predicate<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> IS_EDGE
AtlasObject is an Edge