Package org.geotools.gui.tools

Interface Summary
ClickPanTool Pan the map so that the new extent has the click point in the middle of the map.
ClickZoomTool Pan the map so that the new extent has the click point in the middle of the map and then zoom in/out by the zoomFactor.
PanTool A tool which provides methods for panning.
Tool Base class for all the geotools Tools, like PanTool, ZoomTool, etc.
ToolList A list of tools provided by the MapViewer to the operator, including the selectedTool which is the current tool in use.
ZoomTool A tool which provides methods for zooming.
 

Class Summary
AbstractTool Base class for all the geotools Tools, like PanTool, ZoomTool, etc.
ClickPanToolImpl Pan the map so that the new extent has the click point in the middle of the map and then zoom in/out by the zoomFactor.
ClickZoomToolImpl Pan the map so that the new extent has the click point in the middle of the map and then zoom in/out by the zoomFactor.
PanToolImpl Provides both Click/Pan and Drap/Pan functionality.
ToolFactory Factory for constructing Tool classes.
ToolFactoryImpl An implementation of ToolFactory to be used to construct tools.
ToolListImpl A list of tools provided by the MapViewer to the operator, including the selectedTool which is the current tool in use.
ZoomToolImpl Provides both Click/Zoom and Drag/Zoom functionality.
 



Copyright © GeoTools. All Rights Reserved.