Interface SupportsFeatureSelect
- All Known Subinterfaces:
HasFeatureSelect,HasGeoObjectSelect<E>
- All Known Implementing Classes:
DataVectorSource,NoOpVectorSource,VectorSource
public interface SupportsFeatureSelect
Interface to be implemented by sources that support feature selection.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetFeatureSelectEnabled(Boolean enabled) Enables / disables feature select mode.
-
Method Details
-
getFeatureSelectEnabled
Boolean getFeatureSelectEnabled()- Returns:
- whether select mode is enabled or not
-
setFeatureSelectEnabled
Enables / disables feature select mode.The default value is
false.- Parameters:
enabled- whether to enable select mode
-