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.
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.
FeatureIteratorImpl<F extends Feature> A convenience class for dealing with FeatureCollection Iterators.
FilteredIterator<F extends Feature> Provides an implementation of Iterator that will filter contents using the provided filter.
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-2009 Geotools. All Rights Reserved.