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. |