Uses of Class
org.geotools.map.MapBoundsEvent
Packages that use MapBoundsEvent
Package
Description
List of layers to be rendered.
Simple Swing widgets for map display.
Cursor tools for zooming and panning; subclass to implement additional mouse-driven tools.
-
Uses of MapBoundsEvent in org.geotools.map
Methods in org.geotools.map with parameters of type MapBoundsEventModifier and TypeMethodDescriptionvoid
MapAdapter.mapBoundsChanged
(MapBoundsEvent event) void
MapBoundsListener.mapBoundsChanged
(MapBoundsEvent event) Invoked when the area of interest or the coordinate system changes. -
Uses of MapBoundsEvent in org.geotools.swing
Methods in org.geotools.swing with parameters of type MapBoundsEventModifier and TypeMethodDescriptionvoid
AbstractMapPane.mapBoundsChanged
(MapBoundsEvent event) Called by the map content's viewport when its bounds have changed. -
Uses of MapBoundsEvent in org.geotools.swing.tool
Methods in org.geotools.swing.tool with parameters of type MapBoundsEventModifier and TypeMethodDescriptionvoid
InfoToolHelper.mapBoundsChanged
(MapBoundsEvent event) A method from theMapBoundsListener
interface used to listen for a change to the map content's coordinate reference system.