Package org.geotools.map
Interface MapBoundsListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
AbstractMapPane
,FeatureLayerHelper
,GridCoverageLayerHelper
,GridReaderLayerHelper
,InfoToolHelper
,JLayeredMapPane
,JMapPane
,MapAdapter
The listener that's notified when a bounding box changes its area of interest.
- Author:
- Andrea Aime
- See Also:
-
AreaOfInterestEvent
-
Method Summary
Modifier and TypeMethodDescriptionvoid
mapBoundsChanged
(MapBoundsEvent event) Invoked when the area of interest or the coordinate system changes.
-
Method Details
-
mapBoundsChanged
Invoked when the area of interest or the coordinate system changes.- Parameters:
event
- The change event.
-