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
Defined in the sis-javafx
module
-
ClassesClassDescriptionA 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.