|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
PropertyName
public interface AttributeExpression
The geotools representation of the PropertyName tag in an xml encoded filter.
It should handle xpath attributePaths of features, and should report the attribute found at the attributePath of a feature.
Field Summary |
---|
Fields inherited from interface ExpressionType |
---|
ATTRIBUTE, ATTRIBUTE_DOUBLE, ATTRIBUTE_GEOMETRY, ATTRIBUTE_INTEGER, ATTRIBUTE_STRING, ATTRIBUTE_UNDECLARED, FUNCTION, LITERAL_DOUBLE, LITERAL_GEOMETRY, LITERAL_INTEGER, LITERAL_LONG, LITERAL_STRING, LITERAL_UNDECLARED, MATH_ADD, MATH_DIVIDE, MATH_MULTIPLY, MATH_SUBTRACT |
Fields inherited from interface Expression |
---|
NIL |
Fields inherited from interface Expression |
---|
NIL |
Method Summary | |
---|---|
String |
getAttributePath()
Deprecated. use PropertyName.getPropertyName() |
Object |
getValue(SimpleFeature feature)
Deprecated. use org.opengis.filter.expression.Expression#evaluate(Feature)() |
void |
setAttributePath(String attributePath)
Deprecated. use PropertyName#setPropertyName(String) |
Methods inherited from interface Expression |
---|
accept, evaluate, getType |
Methods inherited from interface Expression |
---|
accept, evaluate, evaluate |
Methods inherited from interface PropertyName |
---|
getPropertyName |
Methods inherited from interface Expression |
---|
accept, evaluate, evaluate |
Method Detail |
---|
void setAttributePath(String attributePath) throws IllegalFilterException
PropertyName#setPropertyName(String)
attributePath
- A string of the path.
IllegalFilterException
- if the path is not valid.Object getValue(SimpleFeature feature)
org.opengis.filter.expression.Expression#evaluate(Feature)()
feature
- the feature to get this attribute from.
String getAttributePath()
PropertyName.getPropertyName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |