org.geotools.data.store
Class DataFeatureCollection

java.lang.Object
  extended by org.geotools.data.store.DataFeatureCollection
All Implemented Interfaces:
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature>
Direct Known Subclasses:
ArcSdeFeatureCollection, CompositeFeatureCollection, DefaultFeatureResults, EmptyFeatureCollection, IndexedFeatureResults

public abstract class DataFeatureCollection
extends java.lang.Object
implements FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature>

A starting point for implementing FeatureCollection's backed onto a FeatureReader.

This implementation requires you to implement the following: