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

    Fields
    Modifier and Type
    Field
    Description
    static 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
    Constructor
    Description
    Default constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    evaluate(Object feature)
     

    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 NAME
      The name of this function.
  • Constructor Details

    • MultiplicationFunction

      public MultiplicationFunction()
      Default constructor.
  • Method Details

    • evaluate

      public Object evaluate(Object feature)
      Specified by:
      evaluate in interface org.geotools.api.filter.expression.Expression
      Overrides:
      evaluate in class org.geotools.filter.FunctionExpressionImpl