com.vividsolutions.jump.workbench.model
Class FeatureEventType
java.lang.Object
com.vividsolutions.jump.workbench.model.FeatureEventType
public class FeatureEventType
- extends java.lang.Object
Whether a Feature was added, removed, or modified.
|
Method Summary |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object