Uses of Class
org.apache.sis.filter.LogicalFilter
Packages that use LogicalFilter
-
Uses of LogicalFilter in org.apache.sis.filter
Subclasses of LogicalFilter in org.apache.sis.filterModifier and TypeClassDescription(package private) static final classThe "And" operation (⋀).(package private) static final classThe "Or" operation (⋁).Methods in org.apache.sis.filter that return LogicalFilterModifier and TypeMethodDescriptionprotected LogicalFilter<R>LogicalFilter.And.createSameType(Collection<? extends Filter<? super R>> op) Creates a new logical operator of the same kind than this operator.protected abstract LogicalFilter<R>LogicalFilter.createSameType(Collection<? extends Filter<? super R>> op) Creates a new logical operator of the same kind than this operator.protected LogicalFilter<R>LogicalFilter.Or.createSameType(Collection<? extends Filter<? super R>> op) Creates a new logical operator of the same kind than this operator.