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 Summary
Modifier and TypeMethodDescriptionvoid
setFeatureModifyEnabled
(Boolean enabled) Enables / disables feature modify mode.
-
Method Details
-
getFeatureModifyEnabled
Boolean getFeatureModifyEnabled()- Returns:
- whether modify mode is enabled or not
-
setFeatureModifyEnabled
Enables / disables feature modify mode.The default value is
false
.- Parameters:
enabled
- whether to enable modify mode
-