Package org.geotools.feature.collection

Helper classes for implementing FeatureCollections.

See:
          Description

Interface Summary
RandomFeatureAccess Access Feature content using Feature "Id".
 

Class Summary
AbstractFeatureCollection Implement a feature collection just based on provision of iterator.
AbstractFeatureVisitor An abstract class to reduce the amount of work needed when working with FeatureVisitor.
AdaptorFeatureCollection Implement a feature collection just based on provision of iterator.
DecoratingFeatureCollection<T extends FeatureType,F extends Feature> A FeatureCollection which completley delegates to another FeatureCollection.
DecoratingSimpleFeatureCollection A FeatureCollection which completley delegates to another FeatureCollection.
DelegateFeatureIterator<F extends Feature> A feature iterator that completely delegates to a normal Iterator, simply allowing Java 1.4 code to escape the caste (sic) system.
DelegateSimpleFeatureIterator A feature iterator that completely delegates to a normal Iterator, simply allowing Java 1.4 code to escape the caste (sic) system.
FeatureIteratorImpl<F extends Feature> A convenience class for dealing with FeatureCollection Iterators Note this does not implement Iterator (FeatureIterator is a separate class).
FilteredIterator<F extends Feature> Provides an implementation of Iterator that will filter contents using the provided filter.
FilteringSimpleFeatureCollection Decorates a feature collection with one that filters content.
MaxSimpleFeatureCollection SimpleFeatureCollection wrapper which limits the number of features returned.
SimpleFeatureIteratorImpl A convenience class for dealing with SimpleFeatureCollection Iterators Note this does not implement Iterator (FeatureIterator is a separate class).
SortedSimpleFeatureCollection A wrapper that will sort a feature collection using a size sensitive algorithm, in main memory for small collections, using secondary memory otherwise.
SubFeatureCollection Used as a reasonable default implementation for subCollection.
SubFeatureList  
 

Package org.geotools.feature.collection Description

Helper classes for implementing FeatureCollections.

References

The following links will be of interest:

Since:
GeoTools 2.2.
Author:
Jody Garnett, Refractions Research


Copyright © 1996-2013 Geotools. All Rights Reserved.