Package org.geotools.filter.function
Class UniqueIntervalFunction
Object
ExpressionAbstract
DefaultExpression
ClassificationFunction
UniqueIntervalFunction
- All Implemented Interfaces:
Expression,Function,FunctionExpression,Factory
Clone of EqualIntervalFunction for unique values
- Author:
- Cory Horner
-
Field Summary
FieldsFields inherited from class ClassificationFunction
LOGGERFields inherited from interface Expression
NIL -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ClassificationFunction
accept, computeGroupByPercentages, computePercentage, decimalPlaces, fixRound, getClasses, getFallbackValue, getFunctionName, getImplementationHints, getName, getParameters, getProgressListener, round, setClasses, setFallbackValue, setParameters, setProgressListener, toStringMethods inherited from class DefaultExpression
isAttributeExpression, isExpression, isFunctionExpression, isGeometryExpression, isLiteralExpression, isMathExpressionMethods inherited from class ExpressionAbstract
evaluateMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Expression
evaluate
-
Field Details
-
NAME
-
-
Constructor Details
-
UniqueIntervalFunction
public UniqueIntervalFunction()
-
-
Method Details
-
evaluate
Description copied from class:ExpressionAbstractSubclass should override, default implementation returns null.- Specified by:
evaluatein interfaceExpression- Specified by:
evaluatein classClassificationFunction- Returns:
- default implementation returns null
-