Package org.geotools.swing.tool
Cursor tools for zooming and panning; subclass to implement additional mouse-driven tools.
-
Class Summary Class Description AbstractZoomTool Abstract base class for the zoom-in and zoom-out tools.CursorTool The base class for map pane cursor tools.FeatureLayerHelper Helper class used by InfoTool to query vector features in a FeatureLayer.GridCoverageLayerHelper Used by InfoTool to query GridCoverageLayer objects.GridReaderLayerHelper Helper class used by InfoTool to query values in a GridReaderLayer.InfoTool A cursor tool to retrieve information about features that the user clicks on with the mouse.InfoToolHelper Abstract base class for helper classes used by InfoTool to query features in map layers.InfoToolHelperUtils Contains static methods used by someInfoToolHelper
classes.InfoToolResult Used byInfoToolHelper
classes to pass feature data to the parentInfoTool
object.PanTool A cursor tool to pan the map pane display.ScrollWheelTool Allow scrolling with the mouse wheel.ZoomInTool A cursor tool to zoom in the map pane display.ZoomOutTool A cursor tool to zoom out the map pane display.