Interface BinaryComparisonOperator<R>
- All Known Implementing Classes:
ComparisonFilter
,ComparisonFilter.EqualTo
,ComparisonFilter.GreaterThan
,ComparisonFilter.GreaterThanOrEqualTo
,ComparisonFilter.LessThan
,ComparisonFilter.LessThanOrEqualTo
,ComparisonFilter.NotEqualTo
Placeholder for GeoAPI 3.1 interfaces (not yet released).
Shall not be visible in public API, as it will be deleted after next GeoAPI release.
-
Method Summary
Methods inherited from interface org.apache.sis.filter.Filter
getExpressions, getOperatorType, test
-
Method Details
-
getOperand1
Expression<? super R,?> getOperand1() -
getOperand2
Expression<? super R,?> getOperand2() -
isMatchingCase
boolean isMatchingCase() -
getMatchAction
MatchAction getMatchAction()
-