Class MaxFeatureReader<T extends FeatureType,F extends Feature>

Object
MaxFeatureReader<T,F>
All Implemented Interfaces:
Closeable, AutoCloseable, DelegatingFeatureReader<T,F>, FeatureReader<T,F>

public class MaxFeatureReader<T extends FeatureType,F extends Feature> extends Object implements DelegatingFeatureReader<T,F>
Basic support for a FeatureReader<SimpleFeatureType, SimpleFeature> that limits itself to the number of features passed in.
Author:
Chris Holmes