Package com.luciad.edit.features
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 Summary
Modifier and TypeMethodDescriptionvoid
edit
(Feature feature, long layerId, Map map, FeatureEditConfigurationBuilder builder) Configures the edit behavior for a givenFeature
.
-
Method Details
-
edit
void edit(@NotNull Feature feature, long layerId, @NotNull Map map, FeatureEditConfigurationBuilder builder) Configures the edit behavior for a givenFeature
.- Parameters:
feature
- the feature for which to configure the edit behaviorlayerId
- the feature's layermap
- the mapbuilder
- the edit configuration builder on which to do the configuration
-