Class MultiplicationFunction
java.lang.Object
org.geotools.filter.expression.ExpressionAbstract
org.geotools.filter.DefaultExpression
org.geotools.filter.FunctionExpressionImpl
org.mapfish.print.map.geotools.function.MultiplicationFunction
- All Implemented Interfaces:
org.geotools.api.filter.expression.Expression
,org.geotools.api.filter.expression.Function
,org.geotools.filter.FunctionExpression
,org.geotools.util.factory.Factory
public final class MultiplicationFunction
extends org.geotools.filter.FunctionExpressionImpl
A Function that multiplies the two values.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.geotools.api.filter.capability.FunctionName
The name of this function.Fields inherited from class org.geotools.filter.FunctionExpressionImpl
fallback, functionName, name, params
Fields inherited from interface org.geotools.api.filter.expression.Expression
NIL
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.geotools.filter.FunctionExpressionImpl
accept, equals, functionName, getExpression, getFallbackValue, getFunctionName, getImplementationHints, getName, getParameters, hashCode, setFallbackValue, setParameters, toString
Methods inherited from class org.geotools.filter.DefaultExpression
isAttributeExpression, isExpression, isFunctionExpression, isGeometryExpression, isLiteralExpression, isMathExpression
Methods inherited from class org.geotools.filter.expression.ExpressionAbstract
evaluate
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.geotools.api.filter.expression.Expression
evaluate
-
Field Details
-
NAME
public static final org.geotools.api.filter.capability.FunctionName NAMEThe name of this function.
-
-
Constructor Details
-
MultiplicationFunction
public MultiplicationFunction()Default constructor.
-
-
Method Details
-
evaluate
- Specified by:
evaluate
in interfaceorg.geotools.api.filter.expression.Expression
- Overrides:
evaluate
in classorg.geotools.filter.FunctionExpressionImpl
-