Package org.geotools.filter
Class FilterAbstract
Object
FilterAbstract
- All Implemented Interfaces:
Filter
- Direct Known Subclasses:
AbstractFilter
Abstract implementation for Filter.
- Author:
- Jody Garnett
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
accepts
(SimpleFeature feature) Straight call throught to: evaulate( feature )protected Object
eval
(Expression expression, Object object) Helper method for subclasses to reduce null checks and automatically unpack values from attributes and collectionsprotected Object
eval
(Expression expression, Object object, Class<?> context) Helper method for subclasses to reduce null checks
-
Constructor Details
-
FilterAbstract
protected FilterAbstract()
-
-
Method Details
-
accepts
Straight call throught to: evaulate( feature ) -
eval
Helper method for subclasses to reduce null checks and automatically unpack values from attributes and collections- Returns:
- value or null
-
eval
Helper method for subclasses to reduce null checks- Returns:
- value or null
-