Uses of Class
org.locationtech.jts.jump.workbench.model.LayerEventType
-
Packages that use LayerEventType 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 LayerEventType in org.locationtech.jts.jump.workbench.model
Fields in org.locationtech.jts.jump.workbench.model declared as LayerEventType Modifier and Type Field Description static LayerEventTypeLayerEventType. ADDEDstatic LayerEventTypeLayerEventType. APPEARANCE_CHANGEDThe data changed or a style changed.static LayerEventTypeLayerEventType. METADATA_CHANGEDMetadata includes the name of the layer.static LayerEventTypeLayerEventType. REMOVEDstatic LayerEventTypeLayerEventType. VISIBILITY_CHANGEDMethods in org.locationtech.jts.jump.workbench.model that return LayerEventType Modifier and Type Method Description LayerEventTypeLayerEvent. getType()Methods in org.locationtech.jts.jump.workbench.model with parameters of type LayerEventType Modifier and Type Method Description voidAbstractLayerable. fireLayerChanged(LayerEventType type)voidLayerManager. fireLayerChanged(Layerable layerable, LayerEventType type)Constructors in org.locationtech.jts.jump.workbench.model with parameters of type LayerEventType Constructor Description LayerEvent(Layerable layerable, LayerEventType type, Category category, int layerIndex)
-