Uses of Class
org.opengis.filter.MultiValuedFilter.MatchAction

Packages that use MultiValuedFilter.MatchAction
org.geotools.filter   
org.geotools.filter.spatial   
org.geotools.filter.temporal   
org.opengis.filter Filters features according their properties. 
 

Uses of MultiValuedFilter.MatchAction in org.geotools.filter
 

Fields in org.geotools.filter declared as MultiValuedFilter.MatchAction
protected  MultiValuedFilter.MatchAction MultiCompareFilterImpl.matchAction
           
protected  MultiValuedFilter.MatchAction GeometryFilterImpl.matchAction
           
protected  MultiValuedFilter.MatchAction IsBetweenImpl.matchAction
           
protected  MultiValuedFilter.MatchAction LikeFilterImpl.matchAction
          Used to indicate action with multiple values
 

Methods in org.geotools.filter that return MultiValuedFilter.MatchAction
 MultiValuedFilter.MatchAction MultiCompareFilterImpl.getMatchAction()
           
 MultiValuedFilter.MatchAction GeometryFilterImpl.getMatchAction()
           
 MultiValuedFilter.MatchAction IsBetweenImpl.getMatchAction()
           
 MultiValuedFilter.MatchAction BinaryComparisonAbstract.getMatchAction()
           
 MultiValuedFilter.MatchAction LikeFilterImpl.getMatchAction()
           
 

Methods in org.geotools.filter with parameters of type MultiValuedFilter.MatchAction
 After FilterFactoryImpl.after(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction)
           
 AnyInteracts FilterFactoryImpl.anyInteracts(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction)
           
 BBOX3D FilterFactoryImpl.bbox(Expression e, BoundingBox3D env, MultiValuedFilter.MatchAction matchAction)
           
 BBOX FilterFactoryImpl.bbox(Expression geometry, BoundingBox bounds, MultiValuedFilter.MatchAction matchAction)
           
 BBOX FilterFactoryImpl.bbox(Expression e, double minx, double miny, double maxx, double maxy, String srs, MultiValuedFilter.MatchAction matchAction)
           
 BBOX3D FilterFactoryImpl.bbox(String propertyName, BoundingBox3D env, MultiValuedFilter.MatchAction matchAction)
           
 BBOX FilterFactoryImpl.bbox(String propertyName, double minx, double miny, double maxx, double maxy, String srs, MultiValuedFilter.MatchAction matchAction)
           
 Before FilterFactoryImpl.before(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction)
           
 Begins FilterFactoryImpl.begins(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction)
           
 BegunBy FilterFactoryImpl.begunBy(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction)
           
 PropertyIsBetween FilterFactoryImpl.between(Expression expr, Expression lower, Expression upper, MultiValuedFilter.MatchAction matchAction)
           
 Beyond FilterFactoryImpl.beyond(Expression geometry1, Expression geometry2, double distance, String units, MultiValuedFilter.MatchAction matchAction)
           
 Beyond FilterFactoryImpl.beyond(String propertyName, Geometry geometry, double distance, String units, MultiValuedFilter.MatchAction matchAction)
           
 Contains FilterFactoryImpl.contains(Expression geometry1, Expression geometry2, MultiValuedFilter.MatchAction matchAction)
           
 Contains FilterFactoryImpl.contains(String propertyName, Geometry geometry, MultiValuedFilter.MatchAction matchAction)
           
 Crosses FilterFactoryImpl.crosses(Expression geometry1, Expression geometry2, MultiValuedFilter.MatchAction matchAction)
           
 Crosses FilterFactoryImpl.crosses(String propertyName, Geometry geometry, MultiValuedFilter.MatchAction matchAction)
           
 Disjoint FilterFactoryImpl.disjoint(Expression geometry1, Expression geometry2, MultiValuedFilter.MatchAction matchAction)
           
 Disjoint FilterFactoryImpl.disjoint(String propertyName, Geometry geometry, MultiValuedFilter.MatchAction matchAction)
           
 During FilterFactoryImpl.during(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction)
           
 DWithin FilterFactoryImpl.dwithin(Expression geometry1, Expression geometry2, double distance, String units, MultiValuedFilter.MatchAction matchAction)
           
 DWithin FilterFactoryImpl.dwithin(String propertyName, Geometry geometry, double distance, String units, MultiValuedFilter.MatchAction matchAction)
           
 EndedBy FilterFactoryImpl.endedBy(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction)
           
 Ends FilterFactoryImpl.ends(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction)
           
 PropertyIsEqualTo FilterFactoryImpl.equal(Expression expr1, Expression expr2, boolean matchCase, MultiValuedFilter.MatchAction matchAction)
           
 Equals FilterFactoryImpl.equal(Expression geometry1, Expression geometry2, MultiValuedFilter.MatchAction matchAction)
           
 Equals FilterFactoryImpl.equals(String propertyName, Geometry geometry, MultiValuedFilter.MatchAction matchAction)
           
 PropertyIsGreaterThan FilterFactoryImpl.greater(Expression expr1, Expression expr2, boolean matchCase, MultiValuedFilter.MatchAction matchAction)
           
 PropertyIsGreaterThanOrEqualTo FilterFactoryImpl.greaterOrEqual(Expression expr1, Expression expr2, boolean matchCase, MultiValuedFilter.MatchAction matchAction)
           
 Intersects FilterFactoryImpl.intersects(Expression geometry1, Expression geometry2, MultiValuedFilter.MatchAction matchAction)
           
 Intersects FilterFactoryImpl.intersects(String propertyName, Geometry geometry, MultiValuedFilter.MatchAction matchAction)
           
 PropertyIsLessThan FilterFactoryImpl.less(Expression expr1, Expression expr2, boolean matchCase, MultiValuedFilter.MatchAction matchAction)
           
 PropertyIsLessThanOrEqualTo FilterFactoryImpl.lessOrEqual(Expression expr1, Expression expr2, boolean matchCase, MultiValuedFilter.MatchAction matchAction)
           
 PropertyIsLike FilterFactoryImpl.like(Expression expr, String pattern, String wildcard, String singleChar, String escape, boolean matchCase, MultiValuedFilter.MatchAction matchAction)
           
 Meets FilterFactoryImpl.meets(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction)
           
 MetBy FilterFactoryImpl.metBy(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction)
           
 PropertyIsNotEqualTo FilterFactoryImpl.notEqual(Expression expr1, Expression expr2, boolean matchCase, MultiValuedFilter.MatchAction matchAction)
           
 OverlappedBy FilterFactoryImpl.overlappedBy(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction)
           
 Overlaps FilterFactoryImpl.overlaps(Expression geometry1, Expression geometry2, MultiValuedFilter.MatchAction matchAction)
           
 Overlaps FilterFactoryImpl.overlaps(String propertyName, Geometry geometry, MultiValuedFilter.MatchAction matchAction)
           
 TContains FilterFactoryImpl.tcontains(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction)
           
 TEquals FilterFactoryImpl.tequals(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction)
           
 Touches FilterFactoryImpl.touches(Expression geometry1, Expression geometry2, MultiValuedFilter.MatchAction matchAction)
           
 Touches FilterFactoryImpl.touches(String propertyName, Geometry geometry, MultiValuedFilter.MatchAction matchAction)
           
 TOverlaps FilterFactoryImpl.toverlaps(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction)
           
 Within FilterFactoryImpl.within(Expression geometry1, Expression geometry2, MultiValuedFilter.MatchAction matchAction)
           
 Within FilterFactoryImpl.within(String propertyName, Geometry geometry, MultiValuedFilter.MatchAction matchAction)
           
 

Constructors in org.geotools.filter with parameters of type MultiValuedFilter.MatchAction
CartesianDistanceFilter(FilterFactory factory, Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction)
           
GeometryFilterImpl(FilterFactory factory, Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction)
           
GeometryFilterImpl(FilterFactory factory, MultiValuedFilter.MatchAction matchAction)
           
IsBetweenImpl(FilterFactory factory, Expression lower, Expression expression, Expression upper, MultiValuedFilter.MatchAction matchAction)
           
IsEqualsToImpl(FilterFactory factory, Expression expression1, Expression expression2, boolean matchCase, MultiValuedFilter.MatchAction matchAction)
           
IsEqualsToImpl(FilterFactory factory, Expression expression1, Expression expression2, MultiValuedFilter.MatchAction matchAction)
           
IsGreaterThanImpl(FilterFactory factory, Expression expression1, Expression expression2, MultiValuedFilter.MatchAction matchAction)
           
IsGreaterThanOrEqualToImpl(FilterFactory factory, Expression expr1, Expression expr2, boolean matchCase, MultiValuedFilter.MatchAction matchAction)
           
IsGreaterThanOrEqualToImpl(FilterFactory factory, Expression expression1, Expression expression2, MultiValuedFilter.MatchAction matchAction)
           
IsLessThenImpl(FilterFactory factory, Expression expression1, Expression expression2, boolean matchCase, MultiValuedFilter.MatchAction matchAction)
           
IsLessThenImpl(FilterFactory factory, Expression expression1, Expression expression2, MultiValuedFilter.MatchAction matchAction)
           
IsLessThenOrEqualToImpl(FilterFactory factory, Expression expression1, Expression expression2, boolean matchCase, MultiValuedFilter.MatchAction matchAction)
           
IsLessThenOrEqualToImpl(FilterFactory factory, Expression expression1, Expression expression2, MultiValuedFilter.MatchAction matchAction)
           
IsNotEqualToImpl(FilterFactory factory, Expression expression1, Expression expression2, boolean matchCase, MultiValuedFilter.MatchAction matchAction)
           
IsNotEqualToImpl(FilterFactory factory, Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction)
           
IsNotEqualToImpl(FilterFactory factory, MultiValuedFilter.MatchAction matchAction)
           
LikeFilterImpl(Expression expr, String pattern, String wildcardMulti, String wildcardSingle, String escape, MultiValuedFilter.MatchAction matchAction)
           
LikeFilterImpl(MultiValuedFilter.MatchAction matchAction)
           
MultiCompareFilterImpl(FilterFactory factory, Expression e1, Expression e2, boolean matchCase, MultiValuedFilter.MatchAction matchAction)
           
MultiCompareFilterImpl(FilterFactory factory, 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.MatchAction
 MultiValuedFilter.MatchAction BBOX3DImpl.getMatchAction()
           
 

Constructors in org.geotools.filter.spatial with parameters of type MultiValuedFilter.MatchAction
AbstractPreparedGeometryFilter(FilterFactory factory, Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction)
           
BBOXImpl(FilterFactory factory, Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction)
           
BBOXImpl(FilterFactoryImpl factory, Expression name, double minx, double miny, double maxx, double maxy, String srs, MultiValuedFilter.MatchAction matchAction)
           
BeyondImpl(FilterFactory factory, Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction)
           
ContainsImpl(FilterFactory factory, Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction)
           
CrossesImpl(FilterFactory factory, Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction)
           
DisjointImpl(FilterFactory factory, Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction)
           
DWithinImpl(FilterFactory factory, Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction)
           
EqualsImpl(FilterFactory factory, Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction)
           
IntersectsImpl(FilterFactory factory, Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction)
           
OverlapsImpl(FilterFactory factory, Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction)
           
TouchesImpl(FilterFactory factory, Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction)
           
WithinImpl(FilterFactory factory, 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.MatchAction
protected  MultiValuedFilter.MatchAction BinaryTemporalOperatorImpl.matchAction
           
 

Methods in org.geotools.filter.temporal that return MultiValuedFilter.MatchAction
 MultiValuedFilter.MatchAction BinaryTemporalOperatorImpl.getMatchAction()
           
 

Constructors in org.geotools.filter.temporal with parameters of type MultiValuedFilter.MatchAction
AfterImpl(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)
           
BinaryTemporalOperatorImpl(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)
           
 

Uses of MultiValuedFilter.MatchAction in org.opengis.filter
 

Methods in org.opengis.filter that return MultiValuedFilter.MatchAction
 MultiValuedFilter.MatchAction MultiValuedFilter.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?
static MultiValuedFilter.MatchAction MultiValuedFilter.MatchAction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MultiValuedFilter.MatchAction[] MultiValuedFilter.MatchAction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.opengis.filter with parameters of type MultiValuedFilter.MatchAction
 After FilterFactory.after(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction)
          Checks if one expression is temporally after another
 AnyInteracts FilterFactory.anyInteracts(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction)
          Checks if one expression temporally interacts in any way with another
 BBOX3D FilterFactory2.bbox(Expression geometry, BoundingBox3D env, MultiValuedFilter.MatchAction matchAction)
          Checks if the geometry expression overlaps the specified bounding box.
 BBOX FilterFactory2.bbox(Expression geometry, BoundingBox bounds, MultiValuedFilter.MatchAction matchAction)
          Checks if the bounding box of the feature's geometry overlaps the indicated bounds.
 BBOX FilterFactory2.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.
 BBOX3D FilterFactory.bbox(String propertyName, BoundingBox3D env, MultiValuedFilter.MatchAction matchAction)
           
 BBOX FilterFactory.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.
 Before FilterFactory.before(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction)
          Checks if one expression is temporally before another
 Begins FilterFactory.begins(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction)
          Checks if one expression temporally begins another
 BegunBy FilterFactory.begunBy(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction)
          Checks if one expression is temporally begun by another
 PropertyIsBetween FilterFactory.between(Expression expr, Expression lower, Expression upper, MultiValuedFilter.MatchAction matchAction)
          A compact way of encoding a range check.
 Beyond FilterFactory2.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.
 Beyond 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.
 Contains FilterFactory2.contains(Expression geometry1, Expression geometry2, MultiValuedFilter.MatchAction matchAction)
          Checks if the the first geometric operand contains the second.
 Contains FilterFactory.contains(String propertyName, Geometry geometry, MultiValuedFilter.MatchAction matchAction)
          Checks if the the first geometric operand contains the second.
 Crosses FilterFactory2.crosses(Expression geometry1, Expression geometry2, MultiValuedFilter.MatchAction matchAction)
          Checks if the first geometric operand crosses the second.
 Crosses FilterFactory.crosses(String propertyName, Geometry geometry, MultiValuedFilter.MatchAction matchAction)
          Checks if the first geometric operand crosses the second.
 Disjoint FilterFactory2.disjoint(Expression geometry1, Expression geometry2, MultiValuedFilter.MatchAction matchAction)
          Checks if the first operand is disjoint from the second.
 Disjoint FilterFactory.disjoint(String propertyName, Geometry geometry, MultiValuedFilter.MatchAction matchAction)
          Checks if the first operand is disjoint from the second.
 During FilterFactory.during(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction)
          Checks if one expression is temporally during another
 DWithin FilterFactory2.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.
 DWithin FilterFactory.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.
 EndedBy FilterFactory.endedBy(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction)
          Checks if one expression is temporally ended by another
 Ends FilterFactory.ends(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction)
          Checks if one expression temporally ends by another
 PropertyIsEqualTo FilterFactory.equal(Expression expr1, Expression expr2, boolean matchCase, MultiValuedFilter.MatchAction matchAction)
          Compares that two sub-expressions are equal to eacher other
 Equals FilterFactory2.equal(Expression geometry1, Expression geometry2, MultiValuedFilter.MatchAction matchAction)
          Checks if the geometry of the two operands are equal.
 Equals FilterFactory.equals(String propertyName, Geometry geometry, MultiValuedFilter.MatchAction matchAction)
          Checks if the geometry of the two operands are equal.
 PropertyIsGreaterThan FilterFactory.greater(Expression expr1, Expression expr2, boolean matchCase, MultiValuedFilter.MatchAction matchAction)
          Checks that the first sub-expression is greater than the second subexpression.
 PropertyIsGreaterThanOrEqualTo 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.
 Intersects FilterFactory2.intersects(Expression geometry1, Expression geometry2, MultiValuedFilter.MatchAction matchAction)
          Checks if the two geometric operands intersect.
 Intersects FilterFactory.intersects(String propertyName, Geometry geometry, MultiValuedFilter.MatchAction matchAction)
          Checks if the two geometric operands intersect.
 PropertyIsLessThan FilterFactory.less(Expression expr1, Expression expr2, boolean matchCase, MultiValuedFilter.MatchAction matchAction)
           
 PropertyIsLessThanOrEqualTo FilterFactory.lessOrEqual(Expression expr1, Expression expr2, boolean matchCase, MultiValuedFilter.MatchAction matchAction)
           
 PropertyIsLike 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.
 PropertyIsLike FilterFactory2.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.
 Meets FilterFactory.meets(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction)
          Checks if one expression temporally meets another
 MetBy FilterFactory.metBy(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction)
          Checks if one expression is temporally met by another
 PropertyIsNotEqualTo FilterFactory.notEqual(Expression expr1, Expression expr2, boolean matchCase, MultiValuedFilter.MatchAction matchAction)
          Checks that the first sub-expression is not equal to the second subexpression.
 OverlappedBy FilterFactory.overlappedBy(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction)
          Checks if one expression is temporally overlapped by another
 Overlaps FilterFactory2.overlaps(Expression geometry1, Expression geometry2, MultiValuedFilter.MatchAction matchAction)
          Checks if the interior of the first geometry somewhere overlaps the interior of the second geometry.
 Overlaps FilterFactory.overlaps(String propertyName, Geometry geometry, MultiValuedFilter.MatchAction matchAction)
          Checks if the interior of the first geometry somewhere overlaps the interior of the second geometry.
 TContains FilterFactory.tcontains(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction)
          Checks if one expression temporally contains another
 TEquals FilterFactory.tequals(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction)
          Checks if one expression temporally equals another
 Touches FilterFactory2.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.
 Touches FilterFactory.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.
 TOverlaps FilterFactory.toverlaps(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction)
          Checks if one expression temporally overlaps another
 Within FilterFactory2.within(Expression geometry1, Expression geometry2, MultiValuedFilter.MatchAction matchAction)
          Checks if the feature's geometry is completely contained by the specified constant geometry.
 Within FilterFactory.within(String propertyName, Geometry geometry, MultiValuedFilter.MatchAction matchAction)
          Checks if the feature's geometry is completely contained by the specified constant geometry.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.