Uses of Interface
org.geotools.feature.visitor.FeatureCalc
Packages that use FeatureCalc
Package
Description
-
Uses of FeatureCalc in org.geotools.coverage.io.catalog
Methods in org.geotools.coverage.io.catalog with parameters of type FeatureCalcModifier and TypeMethodDescriptionvoid
CoverageSlicesCatalog.computeAggregateFunction
(Query query, FeatureCalc function) void
CoverageSlicesCatalog.WrappedCoverageSlicesCatalog.computeAggregateFunction
(Query query, FeatureCalc function) -
Uses of FeatureCalc in org.geotools.feature.visitor
Classes in org.geotools.feature.visitor that implement FeatureCalcModifier and TypeClassDescriptionclass
Calculates the Averageclass
Calculates the extents (envelope) of the features it visits.class
Determines the number of features in the collectionclass
Obtains the data needed for a Equal Area operation (classification of features into classes each roughly having the same area).class
Group features by one or several attributes and applies an aggregator visitor to each group.class
Calculates the maximum value of an attribute.class
Calculates the median of an attribute in all features of a collectionclass
Calculates the minimum value of an attribute.class
Finds the nearest value to the provided one in the attribute domain.class
Obtains the data needed for a Quantile operation (classification of features into classes of equal size).class
Determines the standard deviation.class
Calculates the Sum of Areas for geometric fieldsclass
Calculates the Sum of an attribute (of a FeatureVisitor)class
Determines the number of unique features in the collection on the basis of the specified feature attribute.class
Generates a list of unique values from a collectionMethods in org.geotools.feature.visitor that return FeatureCalcModifier and TypeMethodDescriptionabstract FeatureCalc
Aggregate.create
(Expression expression) Factory method creating a visitor using an aggregate attribute.Methods in org.geotools.feature.visitor with parameters of type FeatureCalcModifier and TypeMethodDescriptionstatic Object
CollectionUtil.calc
(SimpleFeatureCollection collection, FeatureCalc calculator) -
Uses of FeatureCalc in org.geotools.filter.function
Methods in org.geotools.filter.function that return FeatureCalcModifier and TypeMethodDescriptionprotected abstract FeatureCalc
AbstractQuantityClassificationFunction.getListVisitor()
Returns the list visitor for the specific implementation of "quantity" (e.g., count, area, ...).protected FeatureCalc
EqualAreaFunction.getListVisitor()
-
Uses of FeatureCalc in org.geotools.gce.imagemosaic.catalog
Methods in org.geotools.gce.imagemosaic.catalog with parameters of type FeatureCalcModifier and TypeMethodDescriptionabstract void
GranuleCatalog.computeAggregateFunction
(Query q, FeatureCalc function) void
LockingGranuleCatalog.computeAggregateFunction
(Query q, FeatureCalc function)