Class Collection_MaxFunction

    • Constructor Detail

      • Collection_MaxFunction

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

      • setParameters

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

        For an aggregate function (like max) 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)