Class SubFeatureCollection

All Implemented Interfaces:
SimpleFeatureCollection, FeatureCollection<SimpleFeatureType,SimpleFeature>
Direct Known Subclasses:
SubFeatureList

public class SubFeatureCollection extends BaseSimpleFeatureCollection
Reasonable default implementation for subCollection making use of parent SimpleFeatureCollection.features() and provided Filter.

This is only a reasonable implementation and is not optimal. It is recommended that implementors construct a new Query and use SimpleFeatureSource.getFeatures(Query).

Author:
Jody Garnett, Refractions Research, Inc.