An iterator wrapper for a FeatureWriter - for use with
an AbstractFeatureCollection.
There is no reason modify this class, subclasses that wish
to work with a custom iterator need just that - a custom iterator.
The use of this class against a FeatureSource not backed by
a Transaction may *really* cut into performance. Consider if
you will the overhead involved in writing out each feature into
a temporary file (when the user may not even modify anything).
author: jgarnett since: 2.1.RC0 |