Package org.geotools.api.filter
Class IncludeFilter
Object
IncludeFilter
- All Implemented Interfaces:
Serializable
,Filter
Indicating "no filtering", evaluates to
true
. This is a placeholder filter intended to be used in data
structuring definition.
- INCLUDE or Filter ==> INCLUDE
- INCLUDE and Filter ==> Filter
- not INCLUDE ==> EXCLUDE
The above does imply that the OR opperator can short circuit on encountering NONE.
- Author:
- Jody Garnett (Refractions Research, Inc.), Martin Desruisseaux (Geomatys)
- See Also:
-
Field Summary
-
Method Summary
-
Method Details
-
accept
Accepts a visitor. -
evaluate
Returnstrue
, content is included. -
toString
Returns a string representation of this filter.
-