public abstract class FilterAbstract extends Object implements Filter
Modifier | Constructor and Description |
---|---|
protected |
FilterAbstract() |
Modifier and Type | Method and Description |
---|---|
boolean |
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 collections
|
protected Object |
eval(Expression expression,
Object object,
Class<?> context)
Helper method for subclasses to reduce null checks
|
public boolean accepts(SimpleFeature feature)
protected Object eval(Expression expression, Object object)
protected Object eval(Expression expression, Object object, Class<?> context)
Copyright © 1996–2021 Geotools. All rights reserved.