Interface IFeatureEditConfiguration


public interface IFeatureEditConfiguration
Allows you to configure the editing behavior for a feature layer.

See FeatureEditConfigurationBuilder for more information on what can be configured.

  • Method Details

    • edit

      void edit(@NotNull Feature feature, long layerId, @NotNull Map map, @NotNull FeatureEditConfigurationBuilder builder)
      Configures the edit behavior for a given Feature.
      Parameters:
      feature - the feature for which to configure the edit behavior
      layerId - the feature's layer
      map - the map
      builder - the edit configuration builder on which to do the configuration