Class LocalFeatureEdit


  • public final class LocalFeatureEdit
    extends java.lang.Object
    An object that represents a pending feature edit specifying its edit operation and most recent edit time.
    Since:
    100.12.0
    • Method Detail

      • getEditDateTime

        public java.util.Calendar 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

        public Feature getFeature()
        Gets the edited feature.
        Returns:
        the edited feature
        Since:
        100.12.0
      • getOperation

        public EditResult.EditOperation 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