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
MapCanvasstate to render as a map, together with rendering code.A canvas for maps to be rendered using Java2D from Abstract Window Toolkit.A snapshot ofMapCanvasAWTstate to paint as an image.AContextMenuthat can be shown in aMapCanvas.A status bar showing geographic or projected coordinates under mouse cursor.Provider of textual content to show in aStatusBarfor values under cursor position.