Interface LogicalOperator<R>
- All Known Implementing Classes:
LogicalFilter,LogicalFilter.And,LogicalFilter.Not,LogicalFilter.Or
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 TypeMethodDescriptiondefault List<Expression<? super R,?>> Returns the expressions used as arguments for this filter.Returns the nature of the operator.
-
Method Details
-
getOperatorType
LogicalOperatorName getOperatorType()Description copied from interface:FilterReturns the nature of the operator.- Specified by:
getOperatorTypein interfaceFilter<R>- Returns:
- the nature of this operator.
-
getExpressions
Description copied from interface:FilterReturns the expressions used as arguments for this filter.- Specified by:
getExpressionsin interfaceFilter<R>- Returns:
- the expressions used as inputs, or an empty list if none.
-
getOperands
-