|
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 MatchableObject
Interface for objects that can be filtered, i.e. Filter expressions may be evaluated against them.
Therefore the objects must provide access to their id and their property values using XPath-expressions.
Filter,
Feature| Method Summary | |
|---|---|
String |
getId()
Returns the identifier of the object. |
Object[] |
getPropertyValues(PropertyName propName,
GMLVersion version)
Returns the values that are selected by the given PropertyName expression. |
| Method Detail |
|---|
String getId()
Object[] getPropertyValues(PropertyName propName,
GMLVersion version)
throws org.jaxen.JaxenException
PropertyName expression.
propName - XPath expression that usually selects a propertyversion -
org.jaxen.JaxenException - if an exception occurs during the evaluation of the XPath expression
|
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 | |||||||||