Class FeatureEvent

java.lang.Object
com.vividsolutions.jump.workbench.model.FeatureEvent

public class FeatureEvent extends Object
An addition, removal, or modification of a Feature.
See Also:
  • Constructor Details

    • FeatureEvent

      public FeatureEvent(Collection<Feature> features, FeatureEventType type, Layer layer, Collection<Feature> oldFeatureClones)
      Parameters:
      features - a collection of features
      type - the type of event (one of ADDED, DELETED, GEOMETRY_MODIFIED, ATTRIBUTES_MODIFIED)
      layer - the target layer
      oldFeatureClones - for GEOMETRY_MODIFIED events, clones of the Features before they were modified; null for other events
  • Method Details