Package org.geotools.api.filter
Interface PropertyIsLessThan
- All Superinterfaces:
 BinaryComparisonOperator,Filter,MultiValuedFilter
- All Known Implementing Classes:
 IsLessThenImpl
Filter operator that checks that its first sub-expression is less 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 - 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringOperator name used to check FilterCapabilities - 
Method Summary
Methods inherited from interface BinaryComparisonOperator
getExpression1, getExpression2, isMatchingCaseMethods inherited from interface MultiValuedFilter
getMatchAction 
- 
Field Details
- 
NAME
Operator name used to check FilterCapabilities- See Also:
 
 
 -