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