Uses of Enum Class
org.geotools.api.filter.MultiValuedFilter.MatchAction
Packages that use MultiValuedFilter.MatchAction
-
Uses of MultiValuedFilter.MatchAction in org.geotools.api.filter
Methods in org.geotools.api.filter that return MultiValuedFilter.MatchActionModifier and TypeMethodDescriptionMultiValuedFilter.getMatchAction()* Flag Controlling MatchAction property When one or more of the operands evaluates to multiple values rather than a single value, which action should be taken?Returns the enum constant of this class with the specified name.static MultiValuedFilter.MatchAction[]MultiValuedFilter.MatchAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.geotools.api.filter with parameters of type MultiValuedFilter.MatchActionModifier and TypeMethodDescriptionFilterFactory.after(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction) Checks if one expression is temporally after anotherFilterFactory.anyInteracts(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction) Checks if one expression temporally interacts in any way with anotherFilterFactory.bbox(String propertyName, double minx, double miny, double maxx, double maxy, String srs, MultiValuedFilter.MatchAction matchAction) Checks if the bounding box of the feature's geometry overlaps the indicated bounds.FilterFactory.bbox(String propertyName, BoundingBox3D env, MultiValuedFilter.MatchAction matchAction) FilterFactory.bbox(Expression geometry, double minx, double miny, double maxx, double maxy, String srs, MultiValuedFilter.MatchAction matchAction) Checks if the geometry expression overlaps the specified bounding box.FilterFactory.bbox(Expression propertyName, Expression bounds, MultiValuedFilter.MatchAction matchAction) FilterFactory.bbox(Expression geometry, BoundingBox3D env, MultiValuedFilter.MatchAction matchAction) Checks if the geometry expression overlaps the specified bounding box.FilterFactory.bbox(Expression geometry, BoundingBox bounds, MultiValuedFilter.MatchAction matchAction) Checks if the bounding box of the feature's geometry overlaps the indicated bounds.FilterFactory.before(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction) Checks if one expression is temporally before anotherFilterFactory.begins(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction) Checks if one expression temporally begins anotherFilterFactory.begunBy(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction) Checks if one expression is temporally begun by anotherFilterFactory.between(Expression expr, Expression lower, Expression upper, MultiValuedFilter.MatchAction matchAction) A compact way of encoding a range check.FilterFactory.beyond(String propertyName, Geometry geometry, double distance, String units, MultiValuedFilter.MatchAction matchAction) Check if all of a feature's geometry is more distant than the given distance from this object's geometry.FilterFactory.beyond(Expression geometry1, Expression geometry2, double distance, String units, MultiValuedFilter.MatchAction matchAction) Check if all of a geometry is more distant than the given distance from this object's geometry.FilterFactory.contains(String propertyName, Geometry geometry, MultiValuedFilter.MatchAction matchAction) Checks if the the first geometric operand contains the second.FilterFactory.contains(Expression geometry1, Expression geometry2, MultiValuedFilter.MatchAction matchAction) Checks if the the first geometric operand contains the second.FilterFactory.crosses(String propertyName, Geometry geometry, MultiValuedFilter.MatchAction matchAction) Checks if the first geometric operand crosses the second.FilterFactory.crosses(Expression geometry1, Expression geometry2, MultiValuedFilter.MatchAction matchAction) Checks if the first geometric operand crosses the second.FilterFactory.disjoint(String propertyName, Geometry geometry, MultiValuedFilter.MatchAction matchAction) Checks if the first operand is disjoint from the second.FilterFactory.disjoint(Expression geometry1, Expression geometry2, MultiValuedFilter.MatchAction matchAction) Checks if the first operand is disjoint from the second.FilterFactory.during(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction) Checks if one expression is temporally during anotherFilterFactory.dwithin(String propertyName, Geometry geometry, double distance, String units, MultiValuedFilter.MatchAction matchAction) Checks if any part of the first geometry lies within the given distance of the second geometry.FilterFactory.dwithin(Expression geometry1, Expression geometry2, double distance, String units, MultiValuedFilter.MatchAction matchAction) Checks if any part of the first geometry lies within the given distance of the second geometry.FilterFactory.endedBy(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction) Checks if one expression is temporally ended by anotherFilterFactory.ends(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction) Checks if one expression temporally ends by anotherFilterFactory.equal(Expression expr1, Expression expr2, boolean matchCase, MultiValuedFilter.MatchAction matchAction) Compares that two sub-expressions are equal to eacher otherFilterFactory.equal(Expression geometry1, Expression geometry2, MultiValuedFilter.MatchAction matchAction) Checks if the geometry of the two operands are equal.FilterFactory.equals(String propertyName, Geometry geometry, MultiValuedFilter.MatchAction matchAction) Checks if the geometry of the two operands are equal.FilterFactory.greater(Expression expr1, Expression expr2, boolean matchCase, MultiValuedFilter.MatchAction matchAction) Checks that the first sub-expression is greater than the second subexpression.FilterFactory.greaterOrEqual(Expression expr1, Expression expr2, boolean matchCase, MultiValuedFilter.MatchAction matchAction) Checks that the first sub-expression is greater or equal to the second subexpression.FilterFactory.intersects(String propertyName, Geometry geometry, MultiValuedFilter.MatchAction matchAction) Checks if the two geometric operands intersect.FilterFactory.intersects(Expression geometry1, Expression geometry2, MultiValuedFilter.MatchAction matchAction) Checks if the two geometric operands intersect.FilterFactory.less(Expression expr1, Expression expr2, boolean matchCase, MultiValuedFilter.MatchAction matchAction) FilterFactory.lessOrEqual(Expression expr1, Expression expr2, boolean matchCase, MultiValuedFilter.MatchAction matchAction) FilterFactory.like(Expression expr, String pattern, String wildcard, String singleChar, String escape, boolean matchCase, MultiValuedFilter.MatchAction matchAction) Character string comparison operator with pattern matching and specified wildcards.FilterFactory.meets(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction) Checks if one expression temporally meets anotherFilterFactory.metBy(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction) Checks if one expression is temporally met by anotherFilterFactory.notEqual(Expression expr1, Expression expr2, boolean matchCase, MultiValuedFilter.MatchAction matchAction) Checks that the first sub-expression is not equal to the second subexpression.FilterFactory.overlappedBy(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction) Checks if one expression is temporally overlapped by anotherFilterFactory.overlaps(String propertyName, Geometry geometry, MultiValuedFilter.MatchAction matchAction) Checks if the interior of the first geometry somewhere overlaps the interior of the second geometry.FilterFactory.overlaps(Expression geometry1, Expression geometry2, MultiValuedFilter.MatchAction matchAction) Checks if the interior of the first geometry somewhere overlaps the interior of the second geometry.FilterFactory.tcontains(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction) Checks if one expression temporally contains anotherFilterFactory.tequals(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction) Checks if one expression temporally equals anotherFilterFactory.touches(String propertyName, Geometry geometry, MultiValuedFilter.MatchAction matchAction) Checks if the feature's geometry touches, but does not overlap with the geometry held by this object.FilterFactory.touches(Expression propertyName1, Expression geometry2, MultiValuedFilter.MatchAction matchAction) Checks if the feature's geometry touches, but does not overlap with the geometry held by this object.FilterFactory.toverlaps(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction) Checks if one expression temporally overlaps anotherFilterFactory.within(String propertyName, Geometry geometry, MultiValuedFilter.MatchAction matchAction) Checks if the feature's geometry is completely contained by the specified constant geometry.FilterFactory.within(Expression geometry1, Expression geometry2, MultiValuedFilter.MatchAction matchAction) Checks if the feature's geometry is completely contained by the specified constant geometry. -
Uses of MultiValuedFilter.MatchAction in org.geotools.filter
Fields in org.geotools.filter declared as MultiValuedFilter.MatchActionModifier and TypeFieldDescriptionprotected MultiValuedFilter.MatchActionGeometryFilterImpl.matchActionprotected MultiValuedFilter.MatchActionIsBetweenImpl.matchActionprotected MultiValuedFilter.MatchActionLikeFilterImpl.matchActionUsed to indicate action with multiple values *protected MultiValuedFilter.MatchActionMultiCompareFilterImpl.matchActionMethods in org.geotools.filter that return MultiValuedFilter.MatchActionModifier and TypeMethodDescriptionBinaryComparisonAbstract.getMatchAction()GeometryFilterImpl.getMatchAction()IsBetweenImpl.getMatchAction()LikeFilterImpl.getMatchAction()MultiCompareFilterImpl.getMatchAction()Methods in org.geotools.filter with parameters of type MultiValuedFilter.MatchActionModifier and TypeMethodDescriptionFilterFactoryImpl.after(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.anyInteracts(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.bbox(String propertyName, double minx, double miny, double maxx, double maxy, String srs, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.bbox(String propertyName, BoundingBox3D env, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.bbox(Expression e, double minx, double miny, double maxx, double maxy, String srs, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.bbox(Expression geometry, Expression bounds, MultiValuedFilter.MatchAction machAction) FilterFactoryImpl.bbox(Expression e, BoundingBox3D env, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.bbox(Expression geometry, BoundingBox bounds, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.before(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.begins(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.begunBy(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.between(Expression expr, Expression lower, Expression upper, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.beyond(String propertyName, Geometry geometry, double distance, String units, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.beyond(Expression geometry1, Expression geometry2, double distance, String units, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.contains(String propertyName, Geometry geometry, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.contains(Expression geometry1, Expression geometry2, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.crosses(String propertyName, Geometry geometry, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.crosses(Expression geometry1, Expression geometry2, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.disjoint(String propertyName, Geometry geometry, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.disjoint(Expression geometry1, Expression geometry2, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.during(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.dwithin(String propertyName, Geometry geometry, double distance, String units, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.dwithin(Expression geometry1, Expression geometry2, double distance, String units, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.endedBy(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.ends(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.equal(Expression expr1, Expression expr2, boolean matchCase, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.equal(Expression geometry1, Expression geometry2, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.equals(String propertyName, Geometry geometry, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.greater(Expression expr1, Expression expr2, boolean matchCase, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.greaterOrEqual(Expression expr1, Expression expr2, boolean matchCase, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.intersects(String propertyName, Geometry geometry, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.intersects(Expression geometry1, Expression geometry2, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.less(Expression expr1, Expression expr2, boolean matchCase, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.lessOrEqual(Expression expr1, Expression expr2, boolean matchCase, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.like(Expression expr, String pattern, String wildcard, String singleChar, String escape, boolean matchCase, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.meets(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.metBy(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.notEqual(Expression expr1, Expression expr2, boolean matchCase, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.overlappedBy(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.overlaps(String propertyName, Geometry geometry, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.overlaps(Expression geometry1, Expression geometry2, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.tcontains(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.tequals(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.touches(String propertyName, Geometry geometry, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.touches(Expression geometry1, Expression geometry2, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.toverlaps(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.within(String propertyName, Geometry geometry, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.within(Expression geometry1, Expression geometry2, MultiValuedFilter.MatchAction matchAction) Constructors in org.geotools.filter with parameters of type MultiValuedFilter.MatchActionModifierConstructorDescriptionprotectedCartesianDistanceFilter(Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction) protectedGeometryFilterImpl(Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction) protectedGeometryFilterImpl(MultiValuedFilter.MatchAction matchAction) protectedIsBetweenImpl(Expression lower, Expression expression, Expression upper, MultiValuedFilter.MatchAction matchAction) protectedIsEqualsToImpl(Expression expression1, Expression expression2, boolean matchCase, MultiValuedFilter.MatchAction matchAction) protectedIsEqualsToImpl(Expression expression1, Expression expression2, MultiValuedFilter.MatchAction matchAction) protectedIsGreaterThanImpl(Expression expression1, Expression expression2, MultiValuedFilter.MatchAction matchAction) IsGreaterThanOrEqualToImpl(Expression expr1, Expression expr2, boolean matchCase, MultiValuedFilter.MatchAction matchAction) protectedIsGreaterThanOrEqualToImpl(Expression expression1, Expression expression2, MultiValuedFilter.MatchAction matchAction) protectedIsLessThenImpl(Expression expression1, Expression expression2, boolean matchCase, MultiValuedFilter.MatchAction matchAction) protectedIsLessThenImpl(Expression expression1, Expression expression2, MultiValuedFilter.MatchAction matchAction) protectedIsLessThenOrEqualToImpl(Expression expression1, Expression expression2, boolean matchCase, MultiValuedFilter.MatchAction matchAction) protectedIsLessThenOrEqualToImpl(Expression expression1, Expression expression2, MultiValuedFilter.MatchAction matchAction) protectedIsNotEqualToImpl(Expression expression1, Expression expression2, boolean matchCase, MultiValuedFilter.MatchAction matchAction) protectedIsNotEqualToImpl(Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction) protectedIsNotEqualToImpl(MultiValuedFilter.MatchAction matchAction) LikeFilterImpl(Expression expr, String pattern, String wildcardMulti, String wildcardSingle, String escape, MultiValuedFilter.MatchAction matchAction) protectedLikeFilterImpl(MultiValuedFilter.MatchAction matchAction) protectedMultiCompareFilterImpl(Expression e1, Expression e2, boolean matchCase, MultiValuedFilter.MatchAction matchAction) protectedMultiCompareFilterImpl(Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction) -
Uses of MultiValuedFilter.MatchAction in org.geotools.filter.spatial
Methods in org.geotools.filter.spatial that return MultiValuedFilter.MatchActionConstructors in org.geotools.filter.spatial with parameters of type MultiValuedFilter.MatchActionModifierConstructorDescriptionprotectedAbstractPreparedGeometryFilter(Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction) BBOXImpl(Expression name, double minx, double miny, double maxx, double maxy, String srs, MultiValuedFilter.MatchAction matchAction) BBOXImpl(Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction) BeyondImpl(Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction) ContainsImpl(Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction) CrossesImpl(Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction) DisjointImpl(Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction) DWithinImpl(Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction) EqualsImpl(Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction) IntersectsImpl(Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction) OverlapsImpl(Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction) TouchesImpl(Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction) WithinImpl(Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction) -
Uses of MultiValuedFilter.MatchAction in org.geotools.filter.temporal
Fields in org.geotools.filter.temporal declared as MultiValuedFilter.MatchActionModifier and TypeFieldDescriptionprotected MultiValuedFilter.MatchActionBinaryTemporalOperatorImpl.matchActionMethods in org.geotools.filter.temporal that return MultiValuedFilter.MatchActionConstructors in org.geotools.filter.temporal with parameters of type MultiValuedFilter.MatchActionModifierConstructorDescriptionAfterImpl(Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction) AnyInteractsImpl(Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction) BeforeImpl(Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction) BeginsImpl(Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction) BegunByImpl(Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction) protectedBinaryTemporalOperatorImpl(Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction) DuringImpl(Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction) EndedByImpl(Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction) EndsImpl(Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction) MeetsImpl(Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction) MetByImpl(Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction) OverlappedByImpl(Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction) TContainsImpl(Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction) TEqualsImpl(Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction) TOverlapsImpl(Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction)