| Name | Description | Type | Package | Framework |
| AbstractFeatureCollection | This implementation asks you to implement: openIterator()size() | Class | org.geotools.feature.collection | GeoTools |
| AbstractFeatureVisitor | An abstract class to reduce the amount of work needed when working with FeatureVisitor. | Class | org.geotools.feature.collection | GeoTools |
| AdaptorFeatureCollection | You will need to implement the following methods: getBounds()size()closeIterator(Iterator)openIterator() | Class | org.geotools.feature.collection | GeoTools |
| BaseFeatureCollection | This implementation asks you to implement: This is the direct decentent of the origional AbstractFeatureCollection | Class | org.geotools.feature.collection | GeoTools |
| BaseSimpleFeatureCollection | Class | org.geotools.feature.collection | GeoTools | |
| BridgeIterator | A closeable iterator wrapped around a provided feature iterator. | Class | org.geotools.feature.collection | GeoTools |
| CollectionEvent | A simple event object to represent all events triggered by FeatureCollection instances (typically change events). | Class | org.geotools.feature | GeoTools |
| CollectionListener | Interface to be implemented by all listeners of CollectionEvents. | Interface | org.geotools.feature | GeoTools |
| ComplexFeatureIteratorImpl | Defines the complex feature iterator implementation class. | Class | org.geotools.feature.collection | GeoTools |
| DecoratingFeatureCollection | A FeatureCollection which completely delegates to another FeatureCollection. | Class | org.geotools.feature.collection | GeoTools |
| DecoratingFeatureIterator | A feature iterator that completely delegates to another FeatureIterator. | Class | org.geotools.feature.collection | GeoTools |
| DecoratingSimpleFeatureCollection | A FeatureCollection which completely delegates to another FeatureCollection. | Class | org.geotools.feature.collection | GeoTools |
| DecoratingSimpleFeatureIterator | A feature iterator that completely delegates to a normal Iterator, simply allowing Java 1. | Class | org.geotools.feature.collection | GeoTools |
| DelegateFeatureIterator | A feature iterator that completely delegates to a normal Iterator, simply allowing Java 1. | Class | org.geotools.feature.collection | GeoTools |
| DelegateSimpleFeatureIterator | A feature iterator that completely delegates to a normal Iterator, simply allowing Java 1. | Class | org.geotools.feature.collection | GeoTools |
| FeatureIteratorImpl | A convenience class for dealing with wrapping a Collection Iterator up as a FeatureIterator. | Class | org.geotools.feature.collection | GeoTools |
| FilteredIterator | Provides an implementation of Iterator that will filter contents using the provided filter. | Class | org.geotools.feature.collection | GeoTools |
| FilteringSimpleFeatureCollection | Decorates a feature collection with one that filters content. | Class | org.geotools.feature.collection | GeoTools |
| FilteringSimpleFeatureIterator | Extension of FilteringFeatureIterator that type narrows to SimpleFeature. | Class | org.geotools.feature.collection | GeoTools |
| MaxFeaturesSimpleFeatureIterator | SimpleFeatureIterator wrapper which can use a start and end bounds to cap the number of returned features. | Class | org.geotools.feature.collection | GeoTools |
| MaxSimpleFeatureCollection | SimpleFeatureCollection wrapper which limits the number of features returned. | Class | org.geotools.feature.collection | GeoTools |
| RandomFeatureAccess | Access Feature content using Feature "Id". | Interface | org.geotools.feature.collection | GeoTools |
| SimpleFeatureIteratorImpl | A convenience class for wrapping a Collection Iterator up as a SimpleFeatureCollection. | Class | org.geotools.feature.collection | GeoTools |
| SortedSimpleFeatureCollection | A wrapper that will sort a feature collection using a size sensitive algorithm, in main memory for small collections, using secondary memory otherwise. | Class | org.geotools.feature.collection | GeoTools |
| SubFeatureCollection | Reasonable default implementation for subCollection making use of parent SimpleFeatureCollection. | Class | org.geotools.feature.collection | GeoTools |
| SubFeatureList | Default implementation of FeatureCollection. | Class | org.geotools.feature.collection | GeoTools |