Class FeatureEventType
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.model.FeatureEventType
-
public class FeatureEventType extends Object
Whether a Feature was added, removed, or modified.
-
-
Field Summary
Fields Modifier and Type Field Description static FeatureEventTypeADDEDstatic FeatureEventTypeATTRIBUTES_MODIFIEDstatic FeatureEventTypeDELETEDstatic FeatureEventTypeGEOMETRY_MODIFIED
-
-
-
Field Detail
-
ADDED
public static final FeatureEventType ADDED
-
DELETED
public static final FeatureEventType DELETED
-
GEOMETRY_MODIFIED
public static final FeatureEventType GEOMETRY_MODIFIED
-
ATTRIBUTES_MODIFIED
public static final FeatureEventType ATTRIBUTES_MODIFIED
-
-