Uses of Interface
org.geotools.feature.visitor.FeatureVisitor

Packages that use FeatureVisitor
org.geotools.data.jdbc   
org.geotools.data.store   
org.geotools.feature   
org.geotools.feature.collection Helper classes for implementing FeatureCollections.  
org.geotools.feature.visitor   
 

Uses of FeatureVisitor in org.geotools.data.jdbc
 

Methods in org.geotools.data.jdbc with parameters of type FeatureVisitor
 void JDBCFeatureCollection.accepts(FeatureVisitor visitor, ProgressListener progress)
          Accepts FeatureVisitors.
 

Uses of FeatureVisitor in org.geotools.data.store
 

Methods in org.geotools.data.store with parameters of type FeatureVisitor
 void DataFeatureCollection.accepts(FeatureVisitor visitor, ProgressListener progress)
          Accepts a visitor, which then visits each feature in the collection.
 

Uses of FeatureVisitor in org.geotools.feature
 

Methods in org.geotools.feature with parameters of type FeatureVisitor
 void DefaultFeatureCollection.accepts(FeatureVisitor visitor, ProgressListener progress)
          Accepts a visitor, which then visits each feature in the collection.
 void FeatureCollection.accepts(FeatureVisitor visitor, ProgressListener progress)
          Will visit the contents of the feature collection.
 

Uses of FeatureVisitor in org.geotools.feature.collection
 

Methods in org.geotools.feature.collection with parameters of type FeatureVisitor
 void AbstractFeatureList.accepts(FeatureVisitor visitor)
           
 void AbstractFeatureCollection.accepts(FeatureVisitor visitor, ProgressListener progress)
          Accepts a visitor, which then visits each feature in the collection.
 void SubFeatureCollection.accepts(FeatureVisitor visitor, ProgressListener progress)
          Accepts a visitor, which then visits each feature in the collection.
 

Uses of FeatureVisitor in org.geotools.feature.visitor
 

Subinterfaces of FeatureVisitor in org.geotools.feature.visitor
 interface FeatureCalc
          A visitor which performs a calculation on a FeatureCollection.
 

Classes in org.geotools.feature.visitor that implement FeatureVisitor
 class AverageVisitor
          Calculates the Average
 class BoundsVisitor
          Calculates the extents (envelope) of the features it visits.
 class CountVisitor
          Determines the number of features in the collection
 class MaxVisitor
          Calculates the maximum value of an attribute.
 class MedianVisitor
          Calculates the median of an attribute in all features of a collection
 class MinVisitor
          Calculates the minimum value of an attribute.
 class QuantileListVisitor
          Obtains the data needed for a Quantile operation (classification of features into classes of equal size).
 class SumVisitor
          Calculates the Sum of an attribute (of a FeatureVisitor)
 class UniqueVisitor
          Generates a list of unique values from a collection
 



Copyright © GeoTools. All Rights Reserved.