Module org.apache.sis.gui
Package org.apache.sis.gui.map
package org.apache.sis.gui.map
Widgets for showing a map in a JavaFX application.
MapCanvas
is the base class for painting a map using arbitrary
JavaFX nodes such as ImageView
or Canvas
.
MapCanvasAWT
is a specialization for painting the map using Java2D.- Since:
- 1.1
-
ClassDescriptionA listener of mouse or keyboard events in a source canvas which can be reproduced in a target canvas.A canvas for maps to be rendered on screen in a JavaFX application.A snapshot of
MapCanvas
state to render as a map, together with rendering code.A canvas for maps to be rendered using Java2D from Abstract Window Toolkit.A snapshot ofMapCanvasAWT
state to paint as an image.AContextMenu
that can be shown in aMapCanvas
.A status bar showing geographic or projected coordinates under mouse cursor.Provider of textual content to show in aStatusBar
for values under cursor position.Task for fetching and formatting values in a background thread.