Uses of Class
org.openstreetmap.josm.data.osm.FilterMatcher
-
Packages that use FilterMatcher Package Description org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives
:Node
,Way
,Relation
Users
Tags
Changesets
Utilities classes -
-
Uses of FilterMatcher in org.openstreetmap.josm.data.osm
Fields in org.openstreetmap.josm.data.osm declared as FilterMatcher Modifier and Type Field Description private FilterMatcher
FilterModel. filterMatcher
Methods in org.openstreetmap.josm.data.osm that return FilterMatcher Modifier and Type Method Description static FilterMatcher
FilterMatcher. of(Filter... filters)
Returns a newFilterMatcher
containing the given filters.Methods in org.openstreetmap.josm.data.osm with parameters of type FilterMatcher Modifier and Type Method Description private static <T extends IPrimitive & IFilterablePrimitive>
booleanFilterWorker. doExecuteFilters(Collection<T> all, FilterMatcher filterMatcher)
static <T extends IPrimitive & IFilterablePrimitive>
booleanFilterWorker. executeFilters(Collection<T> all, FilterMatcher filterMatcher)
Apply the filters to the primitives of the data set.static <T extends IPrimitive & IFilterablePrimitive>
booleanFilterWorker. executeFilters(T primitive, FilterMatcher filterMatcher)
Apply the filters to a single primitive.
-