Class MathQueryFunctionLayer

    • Constructor Detail

      • MathQueryFunctionLayer

        public MathQueryFunctionLayer()
    • Method Detail

      • evaluate

        public java.lang.Object evaluate​(java.lang.String functionName,
                                         java.lang.Object... parameters)
        Evaluates the math function.
        Specified by:
        evaluate in interface QueryFunctionLayerInterface
        Parameters:
        functionName - Function name.
        parameters - Function's parameters.
        Returns:
        Returns the numeric value that represents the result of the function evaluation.