Interface MapBoundsListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AbstractMapPane, FeatureLayerHelper, GridCoverageLayerHelper, GridReaderLayerHelper, InfoToolHelper, JLayeredMapPane, JMapPane, MapAdapter

public interface MapBoundsListener extends EventListener
The listener that's notified when a bounding box changes its area of interest.
Author:
Andrea Aime
See Also:
  • AreaOfInterestEvent
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when the area of interest or the coordinate system changes.
  • Method Details

    • mapBoundsChanged

      void mapBoundsChanged(MapBoundsEvent event)
      Invoked when the area of interest or the coordinate system changes.
      Parameters:
      event - The change event.