Package org.geotools.swt.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 SwtMapPane instance, converts them to MapMouseEvents, and sends these to the registered listeners.
PanTool A map panning tool for SwtMapPane.
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.swt.tool Description

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



Copyright © 1996-2014 Geotools. All Rights Reserved.