Uses of Enum
org.apache.sis.internal.geoapi.filter.MatchAction
Packages that use MatchAction
Package
Description
Filters features according their properties.
Placeholder for GeoAPI 3.1 interfaces (not yet released).
-
Uses of MatchAction in org.apache.sis.filter
Fields in org.apache.sis.filter declared as MatchActionModifier and TypeFieldDescriptionprotected final MatchActionComparisonFilter.matchActionSpecifies how the comparisons shall be evaluated for a collection of values.Methods in org.apache.sis.filter that return MatchActionModifier and TypeMethodDescriptionfinal MatchActionComparisonFilter.getMatchAction()Returns how the comparisons are evaluated for a collection of values.Constructors in org.apache.sis.filter with parameters of type MatchActionModifierConstructorDescription(package private)ComparisonFilter(Expression<? super R, ?> expression1, Expression<? super R, ?> expression2, boolean isMatchingCase, MatchAction matchAction) Creates a new comparator.(package private)EqualTo(Expression<? super R, ?> expression1, Expression<? super R, ?> expression2, boolean isMatchingCase, MatchAction matchAction) Creates a new filter.(package private)GreaterThan(Expression<? super R, ?> expression1, Expression<? super R, ?> expression2, boolean isMatchingCase, MatchAction matchAction) Creates a new filter.(package private)GreaterThanOrEqualTo(Expression<? super R, ?> expression1, Expression<? super R, ?> expression2, boolean isMatchingCase, MatchAction matchAction) Creates a new filter.(package private)LessThan(Expression<? super R, ?> expression1, Expression<? super R, ?> expression2, boolean isMatchingCase, MatchAction matchAction) Creates a new filter.(package private)LessThanOrEqualTo(Expression<? super R, ?> expression1, Expression<? super R, ?> expression2, boolean isMatchingCase, MatchAction matchAction) Creates a new filter.(package private)NotEqualTo(Expression<? super R, ?> expression1, Expression<? super R, ?> expression2, boolean isMatchingCase, MatchAction matchAction) Creates a new filter. -
Uses of MatchAction in org.apache.sis.internal.geoapi.filter
Methods in org.apache.sis.internal.geoapi.filter that return MatchActionModifier and TypeMethodDescriptionBinaryComparisonOperator.getMatchAction()static MatchActionReturns the enum constant of this type with the specified name.static MatchAction[]MatchAction.values()Returns an array containing the constants of this enum type, in the order they are declared.