Uses of Class
com.vividsolutions.jump.workbench.model.FeatureEventType
-
Packages that use FeatureEventType Package Description com.vividsolutions.jump.workbench.model Layers, Categories, and Layer Managers -- the top level of abstraction in the JUMP data model, wrapping Features and FeatureCollections, which in turn wrap Geometries. -
-
Uses of FeatureEventType in com.vividsolutions.jump.workbench.model
Fields in com.vividsolutions.jump.workbench.model declared as FeatureEventType Modifier and Type Field Description static FeatureEventType
FeatureEventType. ADDED
static FeatureEventType
FeatureEventType. ATTRIBUTES_MODIFIED
static FeatureEventType
FeatureEventType. DELETED
static FeatureEventType
FeatureEventType. GEOMETRY_MODIFIED
Methods in com.vividsolutions.jump.workbench.model that return FeatureEventType Modifier and Type Method Description FeatureEventType
FeatureEvent. getType()
Methods in com.vividsolutions.jump.workbench.model with parameters of type FeatureEventType Modifier and Type Method Description void
LayerManager. fireFeaturesAttChanged(Collection<Feature> features, FeatureEventType type, Layer layer, Collection<Feature> oldFeatureClones)
void
LayerManager. fireFeaturesChanged(Collection<Feature> features, FeatureEventType type, Layer layer)
Constructors in com.vividsolutions.jump.workbench.model with parameters of type FeatureEventType Constructor Description FeatureEvent(Collection<Feature> features, FeatureEventType type, Layer layer, Collection<Feature> oldFeatureClones)
-