public class Collection_MinFunction extends FunctionExpressionImpl
Modifier and Type | Field and Description |
---|---|
static FunctionName |
NAME |
fallback, functionName, name, params
NIL
Constructor and Description |
---|
Collection_MinFunction()
Creates a new instance of Collection_MinFunction
|
Modifier and Type | Method and Description |
---|---|
Object |
evaluate(Object feature)
Subclass should override, default implementation returns null.
|
void |
setExpression(Expression e) |
void |
setParameters(List<Expression> args)
The provided arguments are evaulated with respect to the FeatureCollection.
|
accept, equals, functionName, getExpression, getFallbackValue, getFunctionName, getImplementationHints, getName, getParameters, hashCode, setFallbackValue, toString
isAttributeExpression, isExpression, isFunctionExpression, isGeometryExpression, isLiteralExpression, isMathExpression
evaluate
evaluate
public static FunctionName NAME
public Collection_MinFunction()
public void setParameters(List<Expression> args)
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
setParameters
in interface FunctionExpression
setParameters
in class FunctionExpressionImpl
public Object evaluate(Object feature)
ExpressionAbstract
evaluate
in interface Expression
evaluate
in class FunctionExpressionImpl
public void setExpression(Expression e)
Copyright © 1996–2023 Geotools. All rights reserved.