Class DiffFeatureWriter

Object
DiffFeatureWriter
All Implemented Interfaces:
Closeable, AutoCloseable, FeatureWriter<SimpleFeatureType,SimpleFeature>

public abstract class DiffFeatureWriter extends Object implements FeatureWriter<SimpleFeatureType,SimpleFeature>
A FeatureWriter that captures modifications against a FeatureReader.

You will eventually need to write out the differences, later.

The api has been implemented in terms of FeatureReader<SimpleFeatureType, SimpleFeature> to make explicit that no Features are writen out by this Class.

Author:
Jody Garnett, Refractions Research
See Also:
  • TransactionStateDiff