Package org.geotools.swing
package org.geotools.swing
Simple Swing widgets for map display.
-
ClassDescriptionBase class for Swing map panes.This class is not usable yet !A Swing frame containing a map display pane and (optionally) a toolbar, status bar and map layer table.Constants for available toolbar buttons used with the
JMapFrame.enableTool(org.geotools.swing.JMapFrame.Tool...)
method.A lightweight map pane which uses a single renderer and backing image.Reports progress of a lengthly operation in a window.Displays a list of the map layers in an associated MapPane and provides controls to set the visibility, selection and style of each layer.A custom list cell renderer for items in the JList used by MapLayerTable to show map layer names and states.Items used to display layer states and controls.Defines the core map pane methods.Draws a box on the parent component (e.g.Defines the core methods for executors used to run drawing tasks on background threads.An event type used byRenderingExecutor
to communicate task status to client objects.Listens for events published by a RenderingExecutorA rendering task to be run by aRenderingExecutor
.Used by DefaultRenderingExecutor to hold a singleLayer
that is being passed to a renderer.