public final class ExcludeFilter extends Object implements Filter, Serializable
false
. This is a placeholder filter intended to be
used in data structuring definition.
The above does imply that the AND opperator can short circuit on encountering ALL.
Modifier and Type | Method and Description |
---|---|
Object |
accept(FilterVisitor visitor,
Object extraData)
Accepts a visitor.
|
boolean |
evaluate(Object object)
Returns
false , content is excluded. |
String |
toString()
Returns a string representation of this filter.
|
public Object accept(FilterVisitor visitor, Object extraData)
public boolean evaluate(Object object)
false
, content is excluded.Copyright © 1996–2023 Geotools. All rights reserved.