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 FeatureEventTypeFeatureEventType. ADDEDstatic FeatureEventTypeFeatureEventType. ATTRIBUTES_MODIFIEDstatic FeatureEventTypeFeatureEventType. DELETEDstatic FeatureEventTypeFeatureEventType. GEOMETRY_MODIFIEDMethods in com.vividsolutions.jump.workbench.model that return FeatureEventType Modifier and Type Method Description FeatureEventTypeFeatureEvent. getType()Methods in com.vividsolutions.jump.workbench.model with parameters of type FeatureEventType Modifier and Type Method Description voidLayerManager. 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 FeatureEventType Constructor Description FeatureEvent(Collection<Feature> features, FeatureEventType type, Layer layer, Collection<Feature> oldFeatureClones)
-