Class Collection_MinFunction

    • Constructor Detail

      • Collection_MinFunction

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

      • setParameters

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

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