Class Collection_SumFunction

    • Constructor Detail

      • Collection_SumFunction

        public Collection_SumFunction()
        Creates a new instance of Collection_SumFunction
    • Method Detail

      • setParameters

        public void setParameters​(List<Expression> args)
        The provided arguments are evaulated with respect to the FeatureCollection.

        For an aggregate function (like sum) please use the WFS mandated XPath syntax to refer to featureMember content.

        To refer to all 'X': featureMember/asterisk/X

        Specified by:
        setParameters in interface FunctionExpression
        Overrides:
        setParameters in class FunctionExpressionImpl
      • setExpression

        public void setExpression​(Expression e)