Package com.vividsolutions.jump.feature
Class FeatureUpdate
- java.lang.Object
-
- com.vividsolutions.jump.feature.FeatureUpdate
-
public class FeatureUpdate extends Object
A FeatureUpdate records an update to a single Feature. It records both the original feature and the updated copy.
-
-
Constructor Summary
Constructors Constructor Description FeatureUpdate(Feature origVersion, Feature newVersion)
-