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