Uses of Package
org.geotools.feature.visitor
-
Packages that use org.geotools.feature.visitor Package Description org.geotools.coverage.io.catalog org.geotools.data.complex This package contains the implementation of a ComplexDataStore,org.geotools.feature.visitor org.geotools.filter.function org.geotools.gce.imagemosaic.catalog org.geotools.jdbc -
Classes in org.geotools.feature.visitor used by org.geotools.coverage.io.catalog Class Description FeatureCalc A visitor which performs a calculation on a FeatureCollection. -
Classes in org.geotools.feature.visitor used by org.geotools.data.complex Class Description UniqueVisitor Generates a list of unique values from a collection -
Classes in org.geotools.feature.visitor used by org.geotools.feature.visitor Class Description AbstractCalcResult An abstract implementation for CalcResults.Aggregate Aggregate functions defined for use with the GeoTools library.CalcResult Encapsulates the results from a FeatureCalc, and includes methods for obtaining and merging results.FeatureAttributeVisitor Extension of FeatureVisitor for visitors that require access to properties of the feature collection being visited.FeatureCalc A visitor which performs a calculation on a FeatureCollection.GroupByVisitor Group features by one or several attributes and applies an aggregator visitor to each group.GroupByVisitor.GroupByRawResult Helper class that should be used by optimizations to set the results.GroupByVisitorBuilder Helper class to help building a valid group by visitor.IdCollectorFilterVisitor Gather up all FeatureId strings into a provided HashSet.LimitingVisitor A visitor that can limit the features that can be visited (for example to implement startOffset, maxFeatures pagination).SumVisitor Calculates the Sum of an attribute (of a FeatureVisitor)SumVisitor.SumStrategy UniqueVisitor Generates a list of unique values from a collection -
Classes in org.geotools.feature.visitor used by org.geotools.filter.function Class Description FeatureCalc A visitor which performs a calculation on a FeatureCollection.QuantileListVisitor Obtains the data needed for a Quantile operation (classification of features into classes of equal size). -
Classes in org.geotools.feature.visitor used by org.geotools.gce.imagemosaic.catalog Class Description FeatureCalc A visitor which performs a calculation on a FeatureCollection. -
Classes in org.geotools.feature.visitor used by org.geotools.jdbc Class Description GroupByVisitor.GroupByRawResult Helper class that should be used by optimizations to set the results.LimitingVisitor A visitor that can limit the features that can be visited (for example to implement startOffset, maxFeatures pagination).