Class SampleDataAccessFeatureIterator

Object
SampleDataAccessFeatureIterator
All Implemented Interfaces:
Closeable, AutoCloseable, FeatureIterator<Feature>

public class SampleDataAccessFeatureIterator extends Object implements FeatureIterator<Feature>
Decorator for Iterator<Feature> to provide a FeatureIterator<Feature> that adds a close method that does nothing. This class exists only to satisfy the FeatureCollection API. All iteration is performed using the iterator passed to the constructor.
Since:
2.6
Author:
Ben Caradoc-Davies (CSIRO Earth Science and Resource Engineering)