org.opengis.filter
Interface And

All Superinterfaces:
BinaryLogicOperator, Filter
All Known Implementing Classes:
AndImpl

@XmlElement(value="And")
public interface And
extends BinaryLogicOperator

Evaluates to 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
 

Since:
GeoAPI 2.0
Author:
Chris Dillard (SYS Technologies)

Field Summary
 
Fields inherited from interface Filter
EXCLUDE, INCLUDE
 
Method Summary
 
Methods inherited from interface BinaryLogicOperator
getChildren
 
Methods inherited from interface Filter
accept, evaluate
 



Copyright © 1996-2014 Geotools. All Rights Reserved.