Package org.geotools.filter.function
Class Collection_UniqueFunction
Object
ExpressionAbstract
DefaultExpression
FunctionExpressionImpl
Collection_UniqueFunction
- All Implemented Interfaces:
Expression,Function,FunctionExpression,Factory
Calculates the unique value of an attribute for a given FeatureCollection and Expression.
- Since:
- 2.2M2
- Author:
- Cory Horner
-
Field Summary
FieldsFields inherited from class FunctionExpressionImpl
fallback, functionName, name, paramsFields inherited from interface Expression
NIL -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of Collection_UniqueFunction -
Method Summary
Modifier and TypeMethodDescriptionSubclass should override, default implementation returns null.voidvoidsetParameters(List<Expression> args) The provided arguments are evaulated with respect to the FeatureCollection.Methods inherited from class FunctionExpressionImpl
accept, equals, functionName, getExpression, getFallbackValue, getFunctionName, getImplementationHints, getName, getParameters, hashCode, setFallbackValue, toStringMethods inherited from class DefaultExpression
isAttributeExpression, isExpression, isFunctionExpression, isGeometryExpression, isLiteralExpression, isMathExpressionMethods inherited from class ExpressionAbstract
evaluateMethods inherited from interface Expression
evaluate
-
Field Details
-
NAME
-
-
Constructor Details
-
Collection_UniqueFunction
public Collection_UniqueFunction()Creates a new instance of Collection_UniqueFunction
-
-
Method Details
-
setParameters
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:
setParametersin interfaceFunctionExpression- Overrides:
setParametersin classFunctionExpressionImpl
-
evaluate
Description copied from class:ExpressionAbstractSubclass should override, default implementation returns null.- Specified by:
evaluatein interfaceExpression- Overrides:
evaluatein classFunctionExpressionImpl- Returns:
- default implementation returns null
-
setExpression
-