Uses of Class
org.geotools.map.MapBoundsEvent
-
Packages that use MapBoundsEvent Package Description org.geotools.map List of layers to be rendered.org.geotools.swing Simple Swing widgets for map display.org.geotools.swing.tool 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 MapBoundsEvent Modifier and Type Method Description void
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 MapBoundsEvent Modifier and Type Method Description void
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 MapBoundsEvent Modifier and Type Method Description void
InfoToolHelper. mapBoundsChanged(MapBoundsEvent event)
A method from theMapBoundsListener
interface used to listen for a change to the map content's coordinate reference system.
-