java.lang.Object
com.esri.arcgisruntime.data.LocalFeatureEdit
An object that represents a pending feature edit specifying
its edit operation and most recent edit time.
- Since:
- 100.12.0
-
Method Summary
Modifier and TypeMethodDescriptionGets the date and time when the most recent edit occurred.Gets the edited feature.Gets the type of the feature edit.
-
Method Details
-
getEditDateTime
Gets the date and time when the most recent edit occurred.- Returns:
- the date and time when the most recent edit occurred
- Since:
- 100.12.0
-
getFeature
Gets the edited feature.- Returns:
- the edited feature
- Since:
- 100.12.0
-
getOperation
Gets the type of the feature edit.A newly added feature will keep the
EditResult.EditOperation.ADD
edit operation even if it has been updated since being added.- Returns:
- the type of the feature edit
- Since:
- 100.12.0
-