Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.geotools.feature.visitor Classes and Interfaces - 34 results found.
NameDescriptionTypePackageFramework
AbstractCalcResultAn abstract implementation for CalcResults.Classorg.geotools.feature.visitorGeoTools
AggregateAggregate functions defined for use with the GeoTools library.Classorg.geotools.feature.visitorGeoTools
AverageVisitorCalculates the AverageSince:2.Classorg.geotools.feature.visitorGeoTools
AverageVisitor .AverageResultClassorg.geotools.feature.visitor.AverageVisitorGeoTools
BoundsVisitorCalculates the extents (envelope) of the features it visits.Classorg.geotools.feature.visitorGeoTools
BoundsVisitor .BoundsResultClassorg.geotools.feature.visitor.BoundsVisitorGeoTools
CalcResultEncapsulates the results from a FeatureCalc, and includes methods for obtaining and merging results.Interfaceorg.geotools.feature.visitorGeoTools
CalcUtilClassorg.geotools.feature.visitorGeoTools
CollectionUtilClassorg.geotools.feature.visitorGeoTools
CountVisitorDetermines the number of features in the collectionSince:2.Classorg.geotools.feature.visitorGeoTools
CountVisitor .CountResultClassorg.geotools.feature.visitor.CountVisitorGeoTools
FeatureAttributeVisitorExtension of FeatureVisitor for visitors that require access to properties of the feature collection being visited.Interfaceorg.geotools.feature.visitorGeoTools
FeatureCalcA visitor which performs a calculation on a FeatureCollection.Interfaceorg.geotools.feature.visitorGeoTools
GroupByVisitorGroup features by one or several attributes and applies an aggregator visitor to each group.Classorg.geotools.feature.visitorGeoTools
GroupByVisitor .GroupByRawResultHelper class that should be used by optimizations to set the results.Classorg.geotools.feature.visitor.GroupByVisitorGeoTools
GroupByVisitor .GroupByResultThis class implements the feature calculation result of the group by visitor.Classorg.geotools.feature.visitor.GroupByVisitorGeoTools
GroupByVisitorBuilderHelper class to help building a valid group by visitor.Classorg.geotools.feature.visitorGeoTools
IdCollectorFilterVisitorGather up all FeatureId strings into a provided HashSet.Classorg.geotools.feature.visitorGeoTools
IdFinderFilterVisitorQuick check to see if an ID filter is found.Classorg.geotools.feature.visitorGeoTools
LimitingVisitorA visitor that can limit the features that can be visited (for example to implement startOffset, maxFeatures pagination).Interfaceorg.geotools.feature.visitorGeoTools
MaxVisitorCalculates the maximum value of an attribute.Classorg.geotools.feature.visitorGeoTools
MaxVisitor .MaxResultClassorg.geotools.feature.visitor.MaxVisitorGeoTools
MedianVisitorCalculates the median of an attribute in all features of a collectionSince:2.Classorg.geotools.feature.visitorGeoTools
MedianVisitor .MedianResultClassorg.geotools.feature.visitor.MedianVisitorGeoTools
MinVisitorCalculates the minimum value of an attribute.Classorg.geotools.feature.visitorGeoTools
MinVisitor .MinResultClassorg.geotools.feature.visitor.MinVisitorGeoTools
NearestVisitorFinds the nearest value to the provided one in the attribute domain.Classorg.geotools.feature.visitorGeoTools
QuantileListVisitorObtains the data needed for a Quantile operation (classification of features into classes of equal size).Classorg.geotools.feature.visitorGeoTools
StandardDeviationVisitorDetermines the standard deviation.Classorg.geotools.feature.visitorGeoTools
StandardDeviationVisitor .ResultClassorg.geotools.feature.visitor.StandardDeviationVisitorGeoTools
SumVisitorCalculates the Sum of an attribute (of a FeatureVisitor)Since:2.Classorg.geotools.feature.visitorGeoTools
SumVisitor .SumResultClassorg.geotools.feature.visitor.SumVisitorGeoTools
UniqueVisitorGenerates a list of unique values from a collectionSince:2.Classorg.geotools.feature.visitorGeoTools
UniqueVisitor .UniqueResultClassorg.geotools.feature.visitor.UniqueVisitorGeoTools