Class FeatureUpdate
- java.lang.Object
-
- org.locationtech.jts.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)
-