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 TypeMethodDescriptionvoidCoverageSlicesCatalog.computeAggregateFunction(Query query, FeatureCalc function) voidCoverageSlicesCatalog.WrappedCoverageSlicesCatalog.computeAggregateFunction(Query query, FeatureCalc function) -
Uses of FeatureCalc in org.geotools.feature.visitor
Classes in org.geotools.feature.visitor that implement FeatureCalcModifier and TypeClassDescriptionclassCalculates the AverageclassCalculates the extents (envelope) of the features it visits.classDetermines the number of features in the collectionclassObtains the data needed for a Equal Area operation (classification of features into classes each roughly having the same area).classGroup features by one or several attributes and applies an aggregator visitor to each group.classCalculates the maximum value of an attribute.classCalculates the median of an attribute in all features of a collectionclassCalculates the minimum value of an attribute.classFinds the nearest value to the provided one in the attribute domain.classObtains the data needed for a Quantile operation (classification of features into classes of equal size).classDetermines the standard deviation.classCalculates the Sum of Areas for geometric fieldsclassCalculates the Sum of an attribute (of a FeatureVisitor)classDetermines the number of unique features in the collection on the basis of the specified feature attribute.classGenerates a list of unique values from a collectionMethods in org.geotools.feature.visitor that return FeatureCalcModifier and TypeMethodDescriptionabstract FeatureCalcAggregate.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 ObjectCollectionUtil.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 FeatureCalcAbstractQuantityClassificationFunction.getListVisitor()Returns the list visitor for the specific implementation of "quantity" (e.g., count, area, ...).protected FeatureCalcEqualAreaFunction.getListVisitor() -
Uses of FeatureCalc in org.geotools.gce.imagemosaic.catalog
Methods in org.geotools.gce.imagemosaic.catalog with parameters of type FeatureCalcModifier and TypeMethodDescriptionabstract voidGranuleCatalog.computeAggregateFunction(Query q, FeatureCalc function) voidLockingGranuleCatalog.computeAggregateFunction(Query q, FeatureCalc function)