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