Uses of Class
org.locationtech.jts.jump.workbench.model.FeatureEventType
-
Packages that use FeatureEventType Package Description org.locationtech.jts.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 org.locationtech.jts.jump.workbench.model
Fields in org.locationtech.jts.jump.workbench.model declared as FeatureEventType Modifier and Type Field Description static FeatureEventTypeFeatureEventType. ADDEDstatic FeatureEventTypeFeatureEventType. ATTRIBUTES_MODIFIEDstatic FeatureEventTypeFeatureEventType. DELETEDstatic FeatureEventTypeFeatureEventType. GEOMETRY_MODIFIEDMethods in org.locationtech.jts.jump.workbench.model that return FeatureEventType Modifier and Type Method Description FeatureEventTypeFeatureEvent. getType()Methods in org.locationtech.jts.jump.workbench.model with parameters of type FeatureEventType Modifier and Type Method Description voidLayerManager. fireFeaturesChanged(Collection features, FeatureEventType type, Layer layer)Constructors in org.locationtech.jts.jump.workbench.model with parameters of type FeatureEventType Constructor Description FeatureEvent(Collection features, FeatureEventType type, Layer layer, Collection oldFeatureClones)
-