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 TypeMethodDescriptionvoidMapAdapter.mapBoundsChanged(MapBoundsEvent event) voidMapBoundsListener.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 TypeMethodDescriptionvoidAbstractMapPane.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 TypeMethodDescriptionvoidInfoToolHelper.mapBoundsChanged(MapBoundsEvent event) A method from theMapBoundsListenerinterface used to listen for a change to the map content's coordinate reference system.