org.geotools.feature.visitor
Interface FeatureCalc

All Superinterfaces:
FeatureVisitor
All Known Implementing Classes:
AverageVisitor, BoundsVisitor, CountVisitor, MaxVisitor, MedianVisitor, MinVisitor, QuantileListVisitor, StandardDeviationVisitor, SumVisitor, UniqueVisitor

public interface FeatureCalc
extends FeatureVisitor

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:
FeatureVisitor
Module:
modules/library/main (gt-main.jar)

Method Summary
 CalcResult getResult()
          Returns the result of the calculation as a handy object which can be merged and modified.
 
Methods inherited from interface FeatureVisitor
visit
 
Methods inherited from interface FeatureVisitor
visit
 

Method Detail

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


Copyright © 1996-2010 Geotools. All Rights Reserved.