Package | Description |
---|---|
org.geotools.swing |
Simple Swing widgets for map display.
|
org.geotools.swing.action |
Swing Action classes to use with controls such as toolbar buttons.
|
org.geotools.swing.control |
A small collection of Swing controls including type-specific text fields and a list class with
drag and drop item re-ordering.
|
org.geotools.swing.event |
Mouse events and listener classes to work with both window and map positions.
|
org.geotools.swing.menu |
Menu classes.
|
org.geotools.swing.tool |
Cursor tools for zooming and panning; subclass to implement additional mouse-driven tools.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMapPane
Base class for Swing map panes.
|
class |
JLayeredMapPane
This class is not usable yet !
|
class |
JMapPane
A lightweight map pane which uses a single renderer and backing image.
|
Modifier and Type | Method and Description |
---|---|
void |
MapLayerTable.setMapPane(MapPane mapPane)
Set the map pane that this MapLayerTable will service.
|
Constructor and Description |
---|
MapLayerTable(MapPane mapPane)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
MapPane |
MapAction.getMapPane()
Get the map pane that this Action is working with
|
Modifier and Type | Method and Description |
---|---|
protected void |
MapAction.init(MapPane mapPane,
String toolName,
String toolTip,
String iconImage)
Called by sub-classes to set the map pane field and initialize the control action properties
|
Constructor and Description |
---|
InfoAction(MapPane mapPane)
Constructor.
|
InfoAction(MapPane mapPane,
boolean showToolName)
Constructor.
|
NoToolAction(MapPane mapPane)
Constructor.
|
NoToolAction(MapPane mapPane,
boolean showToolName)
Constructor.
|
PanAction(MapPane mapPane)
Constructor.
|
PanAction(MapPane mapPane,
boolean showToolName)
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.
|
Modifier and Type | Method and Description |
---|---|
static JMapStatusBar |
JMapStatusBar.createDefaultStatusBar(MapPane mapPane)
Creates a new status bar, with the default set of items, linked to the given map pane.
|
Constructor and Description |
---|
JCoordsStatusBarItem(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) |
Modifier and Type | Method and Description |
---|---|
MapPane |
MapMouseEvent.getSource()
Gets the source map pane for this event.
|
MapPane |
MapPaneEvent.getSource()
Gets the map pane which published this event.
|
Constructor and Description |
---|
DefaultMapMouseEventDispatcher(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 data
|
MapPaneEvent(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.
|
Modifier and Type | Method and Description |
---|---|
void |
JCRSPopupMenu.setMapPane(MapPane mapPane)
Sets the map pane.
|
Constructor and Description |
---|
JCRSPopupMenu(MapPane mapPane)
Creates a CRS pop-up menu to work with the given map pane.
|
Modifier and Type | Method and Description |
---|---|
MapPane |
CursorTool.getMapPane()
Get the map pane that this tool is servicing
|
Modifier and Type | Method and Description |
---|---|
void |
CursorTool.setMapPane(MapPane pane)
Set the map pane that this cursor tool is associated with
|
Copyright © 1996–2019 Geotools. All rights reserved.