Uses of Class
org.locationtech.jts.jump.workbench.model.FeatureEvent
-
Packages that use FeatureEvent 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.org.locationtech.jts.jump.workbench.ui -
-
Uses of FeatureEvent in org.locationtech.jts.jump.workbench.model
Methods in org.locationtech.jts.jump.workbench.model with parameters of type FeatureEvent Modifier and Type Method Description void
LayerAdapter. featuresChanged(FeatureEvent e)
void
LayerListener. featuresChanged(FeatureEvent e)
Fired when a feature is added to or removed from a layer, or when a feature is edited (using an EditTransaction). -
Uses of FeatureEvent in org.locationtech.jts.jump.workbench.ui
Methods in org.locationtech.jts.jump.workbench.ui with parameters of type FeatureEvent Modifier and Type Method Description void
LayerViewPanel. featuresChanged(FeatureEvent e)
void
TreeLayerNamePanel. featuresChanged(FeatureEvent e)
-