See: Description
| Interface | Description |
|---|---|
| MapMouseEventDispatcher |
Takes Java AWT mouse events received by a map pane and converts them to
MapMouseEvents
which add world location data. |
| MapMouseListener |
Interface for classes that listen to MapMouseEvents
|
| MapPaneListener |
Listens to events published by the MapPane.
|
| Class | Description |
|---|---|
| DefaultMapMouseEventDispatcher |
Receives mouse events from a MapPane instance, converts them to MapPaneMouseEvents, and sends
these to the active map pane tools.
|
| KeyInfo |
Represents a keyboard key or key combination.
|
| MapMouseAdapter |
An adapter class that implements all of the mouse event handling methods defined in the
MapMouseListener interface as empty methods, allowing sub-classes to just override the methods
they need.
|
| MapMouseEvent |
A
MouseEvent with methods to retrieve position in world coordinates. |
| MapPaneAdapter |
An adapter class that implements all of the methods defined by
MapPaneListener as empty
methods, allowing sub-classes to just override the methods they need. |
| MapPaneEvent |
An event class used by
MapPane to signal changes of state to listeners. |
| MapPaneKeyHandler |
Handles keyboard events for a map pane.
|
| Enum | Description |
|---|---|
| MapPaneEvent.Type |
Type of MapPane event
|
| MapPaneKeyHandler.Action |
Constants for supported actions.
|
Please keep in mind the following coordinate systems are in use at any point in time:
Copyright © 1996–2019 Geotools. All rights reserved.