Class DiffContentFeatureWriter

Object
DiffContentFeatureWriter
All Implemented Interfaces:
Closeable, AutoCloseable, FeatureWriter<SimpleFeatureType,SimpleFeature>
Direct Known Subclasses:
WFSFeatureWriter

public class DiffContentFeatureWriter 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 written out by this Class.

Author:
Jody Garnett (Refractions Research)
See Also:
  • DiffContentState