See: Description
Interface | Description |
---|---|
DataProducer |
A generic interface for all types of data producers.
|
EditableLayer |
A layer which support editing actions on its content
|
EditChangeListener |
Implementers will be notified when a layer content is edited
|
Filter<E> |
Interface used to customize searches by filtering
|
GeoDataProducer |
A generic spatial data producer that gets data from MDS on demand.
|
GeoObject |
An interface representing a piece of geo-spatial object.
|
GeoObjectLayer |
A layer to keep track of a group of GeoObjects
|
HoverableLayer |
An interface for layers that have objects that can be hovered over
|
Layer |
A Layer represents a graphics layer that handles the display of and interaction with a particular type of contents.
|
MVThemeLayer |
A layer that renders a MapViewer theme
|
SelectableLayer |
An interface for layers that have objects that can be selected They use a SelectionManager to handle selections
|
SelectionListener |
Defines an interface for listening to selection changes.
|
Class | Description |
---|---|
CoreLoop |
Each MapCanvas instance has a core rendering loop.
|
DefaultSelectionManager<V extends GeoObject> |
A helper component that can be used by a
Layer to keep track of the geo-objects selected |
Drawable |
A Drawable references either a Java2D Shape or Point2D instance, but never both.
|
EventManager |
EventManager keeps track of current keyboard, mouse inputs and other critical events for the associated map canvas.
|
HoverManager |
A HoverManager is associated with a MapCanvas, and keeps a reference to the GeoObject that is currently in hover.
|
LayerManager |
Contains and manages all the Layers to be displayed by the MapCanvas
|
LayerManager.Entry | |
LayerManagerEvent |
Represents an event in a LayerManager
|
MapCanvas |
MapCanvas provides a canvas component for displaying and interacting with various spatial data layers.
|
MapRegion |
MapRegion defines the current map display region, including the image (device) area and the data window.
|
MapRegionEvent |
Contains information regarding a change in a canvas's map region
|
MapUndoManager |
A subclass of
UndoManager that notifies about any edit to the subscribed ChangeListeners. |
SelectionEvent |
Represents a geo-object selection event.
|