Interface BinaryComparisonOperator<R>
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()
-