org.deegree.model.filterencoding
Class FunctionSoundex
java.lang.Object
org.deegree.model.filterencoding.Expression
org.deegree.model.filterencoding.Function
org.deegree.model.filterencoding.FunctionSoundex
public class FunctionSoundex
- extends Function
- Author:
- Andreas Poth, last edited by: $Author: poth $
Fields inherited from class org.deegree.model.filterencoding.Function |
args, name |
Fields inherited from class org.deegree.model.filterencoding.Expression |
id |
Method Summary |
Object |
evaluate(Feature feature)
Returns the Function's value (to be used in the evaluation of a complexer
Expression). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FunctionSoundex
FunctionSoundex()
FunctionSoundex
FunctionSoundex(String name,
List<Expression> args)
- Parameters:
name
- args
-
evaluate
public Object evaluate(Feature feature)
throws FilterEvaluationException
- Description copied from class:
Function
- Returns the Function's value (to be used in the evaluation of a complexer
Expression).
- Specified by:
evaluate
in class Function
- Parameters:
feature
- that determines the concrete values of PropertyNames found in the
expression
- Returns:
- the resulting value
- Throws:
FilterEvaluationException
- if the evaluation fails
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net