Class Collection_BoundsFunction

    • Constructor Detail

      • Collection_BoundsFunction

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

      • setExpression

        public void setExpression​(Expression e)
      • setParameters

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

        For an aggregate function (like unique) 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
        Parameters:
        args - Function parameters
        Throws:
        IllegalArgumentException - If parameters do not match FunctionName