Uses of Class
com.vividsolutions.jump.workbench.model.FeatureEventType
Packages that use FeatureEventType
Package
Description
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 FeatureEventTypeModifier and TypeFieldDescriptionstatic final FeatureEventTypeFeatureEventType.ADDEDstatic final FeatureEventTypeFeatureEventType.ATTRIBUTES_MODIFIEDstatic final FeatureEventTypeFeatureEventType.DELETEDstatic final FeatureEventTypeFeatureEventType.GEOMETRY_MODIFIEDMethods in com.vividsolutions.jump.workbench.model that return FeatureEventTypeMethods in com.vividsolutions.jump.workbench.model with parameters of type FeatureEventTypeModifier and TypeMethodDescriptionvoidLayerManager.fireFeaturesAttChanged(Collection<Feature> features, FeatureEventType type, Layer layer, Collection<Feature> oldFeatureClones) voidLayerManager.fireFeaturesChanged(Collection<Feature> features, FeatureEventType type, Layer layer) Constructors in com.vividsolutions.jump.workbench.model with parameters of type FeatureEventTypeModifierConstructorDescriptionFeatureEvent(Collection<Feature> features, FeatureEventType type, Layer layer, Collection<Feature> oldFeatureClones)