Package org.geotools.filter.function
Class JenksNaturalBreaksFunction
Object
ExpressionAbstract
DefaultExpression
ClassificationFunction
JenksNaturalBreaksFunction
- All Implemented Interfaces:
Expression,Function,FunctionExpression,Factory
Calculate the Jenks' Natural Breaks classification for a featurecollection
- Author:
- Ian Turton
-
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
-
JenksNaturalBreaksFunction
public JenksNaturalBreaksFunction()
-
-
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
-