Interface BetweenComparisonOperator<R>
- All Known Implementing Classes:
ComparisonFilter.Between
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
Modifier and TypeMethodDescriptionExpression<? super R, ?> Expression<? super R, ?> Expression<? super R, ?> Methods inherited from interface Filter
getExpressions, getOperatorType, test
-
Method Details
-
getExpression
Expression<? super R, ?> getExpression() -
getLowerBoundary
Expression<? super R, ?> getLowerBoundary() -
getUpperBoundary
Expression<? super R, ?> getUpperBoundary()
-