Package org.geotools.filter.function
Class Collection_CountFunction
Object
ExpressionAbstract
DefaultExpression
FunctionExpressionImpl
Collection_CountFunction
- All Implemented Interfaces:
Expression,Function,FunctionExpression,Factory
Calculates the count value of an attribute for a given SimpleFeatureCollection 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_CountFunction -
Method Summary
Methods inherited from class FunctionExpressionImpl
accept, equals, functionName, getExpression, getFallbackValue, getFunctionName, getImplementationHints, getName, getParameters, hashCode, setFallbackValue, setParameters, 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_CountFunction
public Collection_CountFunction()Creates a new instance of Collection_CountFunction
-
-
Method Details
-
evaluate
Description copied from class:ExpressionAbstractSubclass should override, default implementation returns null.- Specified by:
evaluatein interfaceExpression- Overrides:
evaluatein classFunctionExpressionImpl- Returns:
- default implementation returns null
-