Uses of Class
org.apache.sis.gui.map.MapCanvas
Packages that use MapCanvas
Package
Description
Widgets showing
GridCoverage
images or sample values.Widgets about data store resources and their metadata.
Widgets for showing a map in a JavaFX application.
-
Uses of MapCanvas in org.apache.sis.gui.coverage
Subclasses of MapCanvas in org.apache.sis.gui.coverageModifier and TypeClassDescriptionclass
-
Uses of MapCanvas in org.apache.sis.gui.dataset
Methods in org.apache.sis.gui.dataset that return types with arguments of type MapCanvas -
Uses of MapCanvas in org.apache.sis.gui.map
Subclasses of MapCanvas in org.apache.sis.gui.mapModifier and TypeClassDescriptionclass
A canvas for maps to be rendered using Java2D from Abstract Window Toolkit.Methods in org.apache.sis.gui.map with parameters of type MapCanvasModifier and TypeMethodDescriptionprotected abstract boolean
Invoked in JavaFX thread afterMapCanvas.Renderer.render()
completion.protected boolean
Invoked in JavaFX thread after successfulMapCanvasAWT.Renderer.paint(Graphics2D)
completion.void
Registers listeners on the specified canvas for tracking mouse movements.Constructors in org.apache.sis.gui.map with parameters of type MapCanvasModifierConstructorDescriptionGestureFollower
(MapCanvas source, MapCanvas target) Creates a new listener for synchronizing "objective to display" transform changes and cursor position between the specified canvas.Creates an initially empty menu for the given canvas.StatusBar
(RecentReferenceSystems systemChooser, MapCanvas... toTrack) Deprecated.
StatusBar(RecentReferenceSystems)
followed byStatusBar.track(MapCanvas)
.