@XmlElement(value="And") public interface And extends BinaryLogicOperator
true
if all 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 And operation is supported using:
scalarCapabilities.hasLogicalOperators() == true
getChildren
Copyright © 1996–2023 Geotools. All rights reserved.