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:Filter
Returns the nature of the operator.- Specified by:
getOperatorType
in interfaceFilter<R>
- Returns:
- the nature of this operator.
-
getExpressions
Description copied from interface:Filter
Returns the expressions used as arguments for this filter.- Specified by:
getExpressions
in interfaceFilter<R>
- Returns:
- the expressions used as inputs, or an empty list if none.
-
getOperands
-