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 voidLayerAdapter. featuresChanged(FeatureEvent e)voidLayerListener. 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 voidLayerViewPanel. featuresChanged(FeatureEvent e)voidTreeLayerNamePanel. featuresChanged(FeatureEvent e)
-