Package org.geotools.api.filter
Interface PropertyIsGreaterThan
-
- All Superinterfaces:
BinaryComparisonOperator
,Filter
,MultiValuedFilter
- All Known Implementing Classes:
IsGreaterThanImpl
public interface PropertyIsGreaterThan extends BinaryComparisonOperator
Filter operator that checks that its first sub-expression is greater than its second subexpression.- Since:
- GeoAPI 2.0
- Author:
- Chris Dillard (SYS Technologies)
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface MultiValuedFilter
MultiValuedFilter.MatchAction
-
-
Method Summary
-
Methods inherited from interface BinaryComparisonOperator
getExpression1, getExpression2, isMatchingCase
-
Methods inherited from interface MultiValuedFilter
getMatchAction
-
-
-
-
Field Detail
-
NAME
static final String NAME
Operator name used to check FilterCapabilities- See Also:
- Constant Field Values
-
-