org.geotools.filter
Class MinFunction
Object
ExpressionAbstract
DefaultExpression
FunctionExpressionImpl
MinFunction
- All Implemented Interfaces:
- Factory, ExpressionType, FunctionExpression, Expression, Function
Deprecated. - use org.geotools.filter.function.math.MinFunction instead
public class MinFunction
- extends FunctionExpressionImpl
A function that returns the minimum of two arguments.
- Author:
- James
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 |
Constructor Summary |
MinFunction()
Deprecated. Creates a new instance of MinFunction |
Methods inherited from class FunctionExpressionImpl |
accept, equals, functionName, getArgCount, getArgs, getExpression, getFallbackValue, getFunctionName, getImplementationHints, getName, getParameters, getType, setArgs, setFallbackValue, setName, setParameters, toString |
NAME
public static FunctionName NAME
- Deprecated.
MinFunction
public MinFunction()
- Deprecated.
- Creates a new instance of MinFunction
evaluate
public Object evaluate(Object feature)
- Deprecated.
- Returns a value for this expression.
- Specified by:
evaluate
in interface Expression
- Overrides:
evaluate
in class DefaultExpression
- Parameters:
feature
- Specified feature to use when returning value.
- Returns:
- Value of the feature object.
Copyright © 1996-2014 Geotools. All Rights Reserved.