|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Filter
A Filter is a boolean expression (often containing spatial predicates) that can be tested against
MatchableObjects.
The filter subsystem is designed to be compatible with the OpenGIS Filter Encoding Implementation Specification.
IdFilter,
OperatorFilter| Nested Class Summary | |
|---|---|
static class |
Filter.Type
Convenience enum type for discriminating the different filter types. |
| Method Summary | |
|---|---|
boolean |
evaluate(MatchableObject object)
Determines if the given MatchableObject matches this Filter. |
Filter.Type |
getType()
Returns the type of filter. |
| Method Detail |
|---|
Filter.Type getType()
Filter.
boolean evaluate(MatchableObject object)
throws FilterEvaluationException
MatchableObject matches this Filter.
object - MatchableObject to be tested
Filter evaluates to true, else false
FilterEvaluationException - if the evaluation fails
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||