Class FeatureUpdateRecorder

java.lang.Object
com.vividsolutions.jump.feature.FeatureUpdateRecorder

public class FeatureUpdateRecorder extends Object
Records update transactions on Features, and can apply them to a FeatureCollection.
  • Constructor Details

    • FeatureUpdateRecorder

      public FeatureUpdateRecorder()
  • Method Details

    • update

      public void update(Feature origFeat, Feature newFeat)
    • getCount

      public int getCount()
    • applyUpdates

      public FeatureDataset applyUpdates(FeatureCollection fc)
      Applies updates to an existing FeatureCollection. The FeatureDataset returned will contain all the Features in the original dataset which do not have updates, as well as the new versions of updated features