Class FeatureEvent
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.model.FeatureEvent
-
public class FeatureEvent extends Object
An addition, removal, or modification of a Feature.- See Also:
Feature
,FeatureEventType
-
-
Constructor Summary
Constructors Constructor Description FeatureEvent(Collection features, FeatureEventType type, Layer layer, Collection oldFeatureClones)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection
getFeatures()
Layer
getLayer()
Collection
getOldFeatureClones()
FeatureEventType
getType()
-
-
-
Constructor Detail
-
FeatureEvent
public FeatureEvent(Collection features, FeatureEventType type, Layer layer, Collection oldFeatureClones)
- Parameters:
oldFeatureClones
- for GEOMETRY_MODIFIED events, clones of the Features before they were modified; null for other events
-
-
Method Detail
-
getLayer
public Layer getLayer()
-
getType
public FeatureEventType getType()
-
getFeatures
public Collection getFeatures()
-
getOldFeatureClones
public Collection getOldFeatureClones()
-
-