Package org.geotools.api.filter
Interface Or
- All Superinterfaces:
BinaryLogicOperator
,Filter
- All Known Implementing Classes:
OrImpl
Evaluates to
true
if any of the combined expressions evaluate to true
.
This interface exposes no additional methods beyond those of BinaryLogicOperator
. It only serves as a
marker of what type of operator this is.
You can check if the Or operation is supported using:
scalarCapabilities.hasLogicalOperators() == true
- Since:
- GeoAPI 2.0
- Author:
- Chris Dillard (SYS Technologies)
-
Field Summary
-
Method Summary
Methods inherited from interface BinaryLogicOperator
getChildren