Uses of Interface
org.geotools.map.MapBoundsListener
- 
Packages that use MapBoundsListener 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 MapBoundsListener in org.geotools.mapClasses in org.geotools.map that implement MapBoundsListener Modifier and Type Class Description classMapAdapterAn abstract adapter class to receive events about map bounds and layer changes.Methods in org.geotools.map with parameters of type MapBoundsListener Modifier and Type Method Description voidMapContent. addMapBoundsListener(MapBoundsListener listener)Register interest in receivingMapBoundsEvents.voidMapViewport. addMapBoundsListener(MapBoundsListener listener)Used by client application to track the bounds of this viewport.voidMapContent. removeMapBoundsListener(MapBoundsListener listener)Remove interest in receiving aBoundingBoxEvents.voidMapViewport. removeMapBoundsListener(MapBoundsListener listener)
- 
Uses of MapBoundsListener in org.geotools.swingClasses in org.geotools.swing that implement MapBoundsListener Modifier and Type Class Description classAbstractMapPaneBase class for Swing map panes.classJLayeredMapPaneThis class is not usable yet !classJMapPaneA lightweight map pane which uses a single renderer and backing image.
- 
Uses of MapBoundsListener in org.geotools.swing.toolClasses in org.geotools.swing.tool that implement MapBoundsListener Modifier and Type Class Description classFeatureLayerHelperHelper class used by InfoTool to query vector features in a FeatureLayer.classGridCoverageLayerHelperUsed by InfoTool to query GridCoverageLayer objects.classGridReaderLayerHelperHelper class used by InfoTool to query values in a GridReaderLayer.classInfoToolHelperAbstract base class for helper classes used by InfoTool to query features in map layers.
 
-