Uses of Interface
org.geotools.swing.MapPane
Packages that use MapPane
Package
Description
Simple Swing widgets for map display.
Swing Action classes to use with controls such as toolbar buttons.
A small collection of Swing controls including type-specific text fields and a list class with drag and drop item
re-ordering.
Mouse events and listener classes to work with both window and map positions.
Menu classes.
Cursor tools for zooming and panning; subclass to implement additional mouse-driven tools.
-
Uses of MapPane in org.geotools.swing
Classes in org.geotools.swing that implement MapPaneModifier and TypeClassDescriptionclass
Base class for Swing map panes.class
This class is not usable yet !class
A lightweight map pane which uses a single renderer and backing image.Methods in org.geotools.swing with parameters of type MapPaneModifier and TypeMethodDescriptionvoid
MapLayerTable.setMapPane
(MapPane mapPane) Set the map pane that this MapLayerTable will service.Constructors in org.geotools.swing with parameters of type MapPane -
Uses of MapPane in org.geotools.swing.action
Methods in org.geotools.swing.action that return MapPaneModifier and TypeMethodDescriptionMapAction.getMapPane()
Get the map pane that this Action is working withMethods in org.geotools.swing.action with parameters of type MapPaneModifier and TypeMethodDescriptionprotected void
Called by sub-classes to set the map pane field and initialize the control action propertiesConstructors in org.geotools.swing.action with parameters of type MapPaneModifierConstructorDescriptionInfoAction
(MapPane mapPane) Constructor.InfoAction
(MapPane mapPane, boolean showToolName) Constructor.NoToolAction
(MapPane mapPane) Constructor.NoToolAction
(MapPane mapPane, boolean showToolName) Constructor.Constructor.Constructor.ResetAction
(MapPane mapPane) Constructor.ResetAction
(MapPane mapPane, boolean showToolName) Constructor.ZoomInAction
(MapPane mapPane) Constructor.ZoomInAction
(MapPane mapPane, boolean showToolName) Constructor.ZoomOutAction
(MapPane mapPane) Constructor.ZoomOutAction
(MapPane mapPane, boolean showToolName) Constructor. -
Uses of MapPane in org.geotools.swing.control
Methods in org.geotools.swing.control with parameters of type MapPaneModifier and TypeMethodDescriptionstatic JMapStatusBar
JMapStatusBar.createDefaultStatusBar
(MapPane mapPane) Creates a new status bar, with the default set of items, linked to the given map pane.Constructors in org.geotools.swing.control with parameters of type MapPaneModifierConstructorDescriptionJCoordsStatusBarItem
(MapPane mapPane) Creates a new item to display cursor position for the given map pane.JCRSStatusBarItem
(MapPane mapPane) Creates a new item to display CRS details of the associated map pane.JExtentStatusBarItem
(MapPane mapPane) Creates a new item to display the extent of the associated map pane.JRendererStatusBarItem
(MapPane mapPane) -
Uses of MapPane in org.geotools.swing.event
Methods in org.geotools.swing.event that return MapPaneModifier and TypeMethodDescriptionMapMouseEvent.getSource()
Gets the source map pane for this event.MapPaneEvent.getSource()
Gets the map pane which published this event.Constructors in org.geotools.swing.event with parameters of type MapPaneModifierConstructorDescriptionDefaultMapMouseEventDispatcher
(MapPane mapPane) Creates a new manager instance to work with the specified map pane.MapMouseEvent
(MapPane pane, MouseEvent event) Creates a new event instance.MapMouseEvent
(MapPane pane, MouseWheelEvent event) Creates a new event instance for a mouse wheel event.MapPaneEvent
(MapPane source, MapPaneEvent.Type type) Constructor for an event with no associated dataMapPaneEvent
(MapPane source, MapPaneEvent.Type type, Object data) Constructor for an event with associated data.MapPaneKeyHandler
(MapPane mapPane) Creates a new instance with the default key bindings for actions. -
Uses of MapPane in org.geotools.swing.tool
Methods in org.geotools.swing.tool that return MapPaneModifier and TypeMethodDescriptionCursorTool.getMapPane()
Get the map pane that this tool is servicingMethods in org.geotools.swing.tool with parameters of type MapPaneModifier and TypeMethodDescriptionvoid
CursorTool.setMapPane
(MapPane pane) Set the map pane that this cursor tool is associated with