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 Details

    • getFeatureSelectEnabled

      Boolean getFeatureSelectEnabled()
      Returns:
      whether select mode is enabled or not
    • setFeatureSelectEnabled

      void setFeatureSelectEnabled(Boolean enabled)
      Enables / disables feature select mode.

      The default value is false.

      Parameters:
      enabled - whether to enable select mode