Package org.geotools.feature.visitor
Class StandardDeviationVisitor.Result
- Object
-
- AbstractCalcResult
-
- Result
-
- All Implemented Interfaces:
CalcResult
- Enclosing class:
- StandardDeviationVisitor
public static class StandardDeviationVisitor.Result extends AbstractCalcResult
-
-
Field Summary
-
Fields inherited from interface CalcResult
NULL_RESULT
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getValue()
Actual answer-
Methods inherited from class AbstractCalcResult
isCompatible, merge, toArray, toDouble, toEnvelope, toFloat, toGeometry, toInt, toList, toLong, toMap, toPoint, toSet, toString, toStringArray
-
-
-
-
Method Detail
-
getValue
public Object getValue()
Description copied from interface:CalcResult
Actual answer- Specified by:
getValue
in interfaceCalcResult
- Overrides:
getValue
in classAbstractCalcResult
- Returns:
- the calculation result as a generic object
-
-