Class FeatureUpdateRecorder
java.lang.Object
com.vividsolutions.jump.feature.FeatureUpdateRecorder
Records update transactions on
Features, and can apply them
to a FeatureCollection.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionApplies updates to an existing FeatureCollection.intgetCount()void
-
Constructor Details
-
FeatureUpdateRecorder
public FeatureUpdateRecorder()
-
-
Method Details
-
update
-
getCount
public int getCount() -
applyUpdates
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
-