Class 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 org.geotools.api.filter.capability.FunctionName NAME
      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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object evaluate​(java.lang.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 Detail

      • NAME

        public static final org.geotools.api.filter.capability.FunctionName NAME
        The name of this function.
    • Constructor Detail

      • MultiplicationFunction

        public MultiplicationFunction()
        Default constructor.
    • Method Detail

      • evaluate

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