Package org.geotools.swing.tool

Cursor tools for zooming and panning; subclass to implement additional mouse-driven tools.

See:
          Description

Class Summary
AbstractZoomTool Abstract base class for the zoom-in and zoom-out tools.
CursorTool The base class for map pane cursor tools.
GridLayerHelper Helper class used by InfoTool to query MapLayers with raster feature data (GridCoverage2D or AbstractGridCoverage2DReader).
InfoTool A cursor tool to retrieve information about features that the user clicks on with the mouse.
InfoToolHelper<T> Abstract base class for helper classes used by InfoTool to query MapLayers.
MapToolManager Receives mouse events from a JMapPane instance, converts them to JMapPaneMouseEvents, and sends these to the active map pane tools.
PanTool A map panning tool for JMapPane.
VectorLayerHelper Helper class used by InfoTool to query MapLayers with vector feature data.
ZoomInTool A zoom-in tool for JMapPane.
ZoomOutTool A zoom-out tool for JMapPane.
 

Package org.geotools.swing.tool Description

Cursor tools for zooming and panning; subclass to implement additional mouse-driven tools.



Copyright © 1996-2010 Geotools. All Rights Reserved.