Uses of Interface
org.geotools.feature.visitor.FeatureCalc
-
Packages that use FeatureCalc Package Description org.geotools.coverage.io.catalog org.geotools.feature.visitor org.geotools.filter.function org.geotools.gce.imagemosaic.catalog -
-
Uses of FeatureCalc in org.geotools.coverage.io.catalog
Methods in org.geotools.coverage.io.catalog with parameters of type FeatureCalc Modifier and Type Method Description voidCoverageSlicesCatalog. 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 FeatureCalc Modifier and Type Class Description classAverageVisitorCalculates the AverageclassBoundsVisitorCalculates the extents (envelope) of the features it visits.classCountVisitorDetermines the number of features in the collectionclassEqualAreaListVisitorObtains the data needed for a Equal Area operation (classification of features into classes each roughly having the same area).classGroupByVisitorGroup features by one or several attributes and applies an aggregator visitor to each group.classMaxVisitorCalculates the maximum value of an attribute.classMedianVisitorCalculates the median of an attribute in all features of a collectionclassMinVisitorCalculates the minimum value of an attribute.classNearestVisitorFinds the nearest value to the provided one in the attribute domain.classQuantileListVisitorObtains the data needed for a Quantile operation (classification of features into classes of equal size).classStandardDeviationVisitorDetermines the standard deviation.classSumAreaVisitorCalculates the Sum of Areas for geometric fieldsclassSumVisitorCalculates the Sum of an attribute (of a FeatureVisitor)classUniqueCountVisitorDetermines the number of unique features in the collection on the basis of the specified feature attribute.classUniqueVisitorGenerates a list of unique values from a collectionMethods in org.geotools.feature.visitor that return FeatureCalc Modifier and Type Method Description abstract FeatureCalcAggregate. create(Expression expression)Factory method creating a visitor using an aggregate attribute.Methods in org.geotools.feature.visitor with parameters of type FeatureCalc Modifier and Type Method Description static ObjectCollectionUtil. calc(SimpleFeatureCollection collection, FeatureCalc calculator) -
Uses of FeatureCalc in org.geotools.filter.function
Methods in org.geotools.filter.function that return FeatureCalc Modifier and Type Method Description protected 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 FeatureCalc Modifier and Type Method Description abstract voidGranuleCatalog. computeAggregateFunction(Query q, FeatureCalc function)voidLockingGranuleCatalog. computeAggregateFunction(Query q, FeatureCalc function)
-