org.geotools.feature.collection
Class BaseFeatureCollection<T extends FeatureType,F extends Feature>

Object
  extended by BaseFeatureCollection<T,F>
All Implemented Interfaces:
FeatureCollection<T,F>
Direct Known Subclasses:
BaseSimpleFeatureCollection

public abstract class BaseFeatureCollection<T extends FeatureType,F extends Feature>
extends Object
implements FeatureCollection<T,F>

Implement a feature collection just based on provision of a FeatureIterator.

This implementation asks you to implement: