org.geotools.filter.function.string
Class StringInFunction
Object
ExpressionAbstract
FunctionImpl
StringInFunction
- All Implemented Interfaces:
- Expression, Function
public class StringInFunction
- extends FunctionImpl
Method Summary |
Object |
evaluate(Object object)
Default implementation simply returns the fallbackValue. |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringInFunction
public StringInFunction()
evaluate
public Object evaluate(Object object)
- Description copied from class:
FunctionImpl
- Default implementation simply returns the fallbackValue.
Please override this method to produce a value based on the
provided arguments.
- Specified by:
evaluate
in interface Expression
- Overrides:
evaluate
in class FunctionImpl
- Parameters:
object
- Object being evaluated; often a Feature
- Returns:
- value for the provided object
Copyright © 1996-2014 Geotools. All Rights Reserved.