Interface SupportsFeatureModify

All Known Subinterfaces:
HasFeatureModify, HasGeoObjectModify<E>
All Known Implementing Classes:
DataVectorSource, NoOpVectorSource, VectorSource

public interface SupportsFeatureModify
Interface to be implemented by sources that support feature modification. When modify mode is active, users can manage the modify mode using a button in the map's control panel.
  • Method Details

    • getFeatureModifyEnabled

      Boolean getFeatureModifyEnabled()
      Returns:
      whether modify mode is enabled or not
    • setFeatureModifyEnabled

      void setFeatureModifyEnabled(Boolean enabled)
      Enables / disables feature modify mode.

      The default value is false.

      Parameters:
      enabled - whether to enable modify mode