Uses of Class
org.geotools.map.MapLayerListEvent
Packages that use MapLayerListEvent
Package
Description
List of layers to be rendered.
Simple Swing widgets for map display.
-
Uses of MapLayerListEvent in org.geotools.map
Methods in org.geotools.map with parameters of type MapLayerListEventModifier and TypeMethodDescriptionvoid
MapAdapter.layerAdded
(MapLayerListEvent event) void
MapLayerListListener.layerAdded
(MapLayerListEvent event) Triggered when a new layer is added to the MapContextvoid
MapAdapter.layerChanged
(MapLayerListEvent event) void
MapLayerListListener.layerChanged
(MapLayerListEvent event) Triggered when something in a layer changed (data, style, title)void
MapAdapter.layerMoved
(MapLayerListEvent event) void
MapLayerListListener.layerMoved
(MapLayerListEvent event) Triggered when a group of layers chenges position in the layer listvoid
MapAdapter.layerPreDispose
(MapLayerListEvent event) void
MapLayerListListener.layerPreDispose
(MapLayerListEvent event) Triggered when a layer is about to be disposed.void
MapAdapter.layerRemoved
(MapLayerListEvent event) void
MapLayerListListener.layerRemoved
(MapLayerListEvent event) Triggered when a layer is removed from the MapContext -
Uses of MapLayerListEvent in org.geotools.swing
Methods in org.geotools.swing with parameters of type MapLayerListEventModifier and TypeMethodDescriptionvoid
AbstractMapPane.layerAdded
(MapLayerListEvent event) Called when a new map layer has been added.void
AbstractMapPane.layerChanged
(MapLayerListEvent event) Called when a map layer has changed, e.g. features added to a displayed feature collectionvoid
AbstractMapPane.layerMoved
(MapLayerListEvent event) Triggered when a group of layers chenges position in the layer listvoid
AbstractMapPane.layerPreDispose
(MapLayerListEvent event) Triggered when a layer is about to be disposed.void
AbstractMapPane.layerRemoved
(MapLayerListEvent event) Called when a map layer has been removed