Uses of Interface
org.geotools.map.event.MapBoundsListener

Packages that use MapBoundsListener
org.geotools.map List of layers to be rendered. 
org.geotools.map.event A set of events fired by map interfaces. 
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. 
org.geotools.swt Simple SWT widgets for map display. 
org.geotools.swt.action JFace Action classes to use with controls such as toolbar buttons. 
org.geotools.swt.utils Helper classes for swt module components 
 

Uses of MapBoundsListener in org.geotools.map
 

Methods in org.geotools.map with parameters of type MapBoundsListener
 void MapViewport.addMapBoundsListener(MapBoundsListener listener)
          Used by client application to track the bounds of this viewport.
 void MapContext.addMapBoundsListener(MapBoundsListener listener)
          Deprecated. Register interest in receiving MapBoundsEvents.
 void MapContent.addMapBoundsListener(MapBoundsListener listener)
          Register interest in receiving MapBoundsEvents.
 void MapViewport.removeMapBoundsListener(MapBoundsListener listener)
           
 void MapContext.removeMapBoundsListener(MapBoundsListener listener)
          Deprecated. Remove interest in receiving a BoundingBoxEvents.
 void MapContent.removeMapBoundsListener(MapBoundsListener listener)
          Remove interest in receiving a BoundingBoxEvents.
 

Uses of MapBoundsListener in org.geotools.map.event
 

Classes in org.geotools.map.event that implement MapBoundsListener
 class MapAdapter
          An abstract adapter class to receive events about map bounds and layer changes.
 

Uses of MapBoundsListener in org.geotools.swing
 

Classes in org.geotools.swing that implement MapBoundsListener
 class AbstractMapPane
          Base class for Swing map panes.
 class JLayeredMapPane
          This class is not usable yet !
 class JMapPane
          A lightweight map pane which uses a single renderer and backing image.
 

Uses of MapBoundsListener in org.geotools.swing.tool
 

Classes in org.geotools.swing.tool that implement MapBoundsListener
 class FeatureLayerHelper
          Helper class used by InfoTool to query vector features in a FeatureLayer.
 class GridCoverageLayerHelper
          Used by InfoTool to query GridCoverageLayer objects.
 class GridReaderLayerHelper
          Helper class used by InfoTool to query values in a GridReaderLayer.
 class InfoToolHelper
          Abstract base class for helper classes used by InfoTool to query features in map layers.
 

Uses of MapBoundsListener in org.geotools.swt
 

Classes in org.geotools.swt that implement MapBoundsListener
 class SwtMapPane
          A map display pane that works with a GTRenderer and MapContext to display features.
 

Uses of MapBoundsListener in org.geotools.swt.action
 

Classes in org.geotools.swt.action that implement MapBoundsListener
 class DrawShapeAction
          Action that activates the Info tool for the current map pane.
 

Uses of MapBoundsListener in org.geotools.swt.utils
 

Classes in org.geotools.swt.utils that implement MapBoundsListener
 class CrsStatusBarButton
          The CoordinateReferenceSystem button to put on the statusbar.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.