|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeatureCalc | |
org.geotools.feature.visitor |
Uses of FeatureCalc in org.geotools.feature.visitor |
Classes in org.geotools.feature.visitor that implement FeatureCalc | |
class |
AverageVisitor
Calculates the Average |
class |
BoundsVisitor
Calculates the extents (envelope) of the features it visits. |
class |
CountVisitor
Determines the number of features in the collection |
class |
MaxVisitor
Calculates the maximum value of an attribute. |
class |
MedianVisitor
Calculates the median of an attribute in all features of a collection |
class |
MinVisitor
Calculates the minimum value of an attribute. |
class |
QuantileListVisitor
Obtains the data needed for a Quantile operation (classification of features into classes of equal size). |
class |
SumVisitor
Calculates the Sum of an attribute (of a FeatureVisitor) |
class |
UniqueVisitor
Generates a list of unique values from a collection |
Methods in org.geotools.feature.visitor with parameters of type FeatureCalc | |
static java.lang.Object |
CollectionUtil.calc(FeatureCollection collection,
FeatureCalc calculator)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |