public abstract class MapAdapter extends Object implements MapBoundsListener, MapLayerListListener
| Constructor and Description |
|---|
MapAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
layerAdded(MapLayerListEvent event)
Triggered when a new layer is added to the MapContext
|
void |
layerChanged(MapLayerListEvent event)
Triggered when something in a layer changed (data, style, title)
|
void |
layerMoved(MapLayerListEvent event)
Triggered when a group of layers chenges position in the layer list
|
void |
layerPreDispose(MapLayerListEvent event)
Triggered when a layer is about to be disposed.
|
void |
layerRemoved(MapLayerListEvent event)
Triggered when a layer is removed from the MapContext
|
void |
mapBoundsChanged(MapBoundsEvent event)
Invoked when the area of interest or the coordinate system changes.
|
public void mapBoundsChanged(MapBoundsEvent event)
MapBoundsListenermapBoundsChanged in interface MapBoundsListenerevent - The change event.public void layerAdded(MapLayerListEvent event)
MapLayerListListenerlayerAdded in interface MapLayerListListenerevent - encapsulating the event informationpublic void layerRemoved(MapLayerListEvent event)
MapLayerListListenerlayerRemoved in interface MapLayerListListenerevent - encapsulating the event informationpublic void layerChanged(MapLayerListEvent event)
MapLayerListListenerlayerChanged in interface MapLayerListListenerevent - encapsulating the event informationpublic void layerMoved(MapLayerListEvent event)
MapLayerListListenerlayerMoved in interface MapLayerListListenerevent - encapsulating the event informationpublic void layerPreDispose(MapLayerListEvent event)
MapLayerListListenerlayerPreDispose in interface MapLayerListListenerevent - encapsulating the event informationCopyright © 1996–2019 Geotools. All rights reserved.