| org.geotools.feature.visitor.FeatureCalc
All known Subclasses: org.geotools.feature.visitor.SumVisitor, org.geotools.feature.visitor.MinVisitor, org.geotools.feature.visitor.MedianVisitor, org.geotools.feature.visitor.MaxVisitor, org.geotools.feature.visitor.UniqueVisitor, org.geotools.feature.visitor.QuantileListVisitor, org.geotools.feature.visitor.BoundsVisitor, org.geotools.feature.visitor.CountVisitor, org.geotools.feature.visitor.AverageVisitor, org.geotools.feature.visitor.StandardDeviationVisitor,
FeatureCalc | public interface FeatureCalc extends FeatureVisitor(Code) | | A visitor which performs a calculation on a FeatureCollection. A FeatureCalc
will not modify the features visited.
author: Cory Horner, Refractions See Also: FeatureVisitor since: 2.2.M2 |
Method Summary | |
CalcResult | getResult() Returns the result of the calculation as a handy object which can be merged and modified. |
getResult | CalcResult getResult()(Code) | | Returns the result of the calculation as a handy object which can be merged and modified.
the results of the calculation |
|
|