Package org.geotools.feature.visitor
Interface FeatureCalc
- All Superinterfaces:
FeatureVisitor
- All Known Implementing Classes:
AverageVisitor,BoundsVisitor,CountVisitor,EqualAreaListVisitor,GroupByVisitor,MaxVisitor,MedianVisitor,MinVisitor,NearestVisitor,QuantileListVisitor,StandardDeviationVisitor,SumAreaVisitor,SumVisitor,UniqueCountVisitor,UniqueVisitor
A visitor which performs a calculation on a FeatureCollection. A FeatureCalc will not modify the features visited.
- Since:
- 2.2.M2
- Author:
- Cory Horner, Refractions
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the result of the calculation as a handy object which can be merged and modified.Methods inherited from interface FeatureVisitor
visit
-
Method Details
-
getResult
CalcResult getResult()Returns the result of the calculation as a handy object which can be merged and modified.- Returns:
- the results of the calculation
-