Package oracle.spatial.network.nfe.vis.maps.core
Contains the core components for working with a mapcanvas
-
Interface Summary Interface Description DataProducer A generic interface for all types of data producers.EditableLayer A layer which support editing actions on its contentEditChangeListener Implementers will be notified when a layer content is editedFilter<E> Interface used to customize searches by filteringGeoDataProducer 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 GeoObjectsHoverableLayer An interface for layers that have objects that can be hovered overLayer 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 themeSelectableLayer An interface for layers that have objects that can be selected They use a SelectionManager to handle selectionsSelectionListener Defines an interface for listening to selection changes. -
Class Summary Class Description CoreLoop Each MapCanvas instance has a core rendering loop.DefaultSelectionManager<V extends GeoObject> A helper component that can be used by aLayerto keep track of the geo-objects selectedDrawable 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 MapCanvasLayerManager.Entry LayerManagerEvent Represents an event in a LayerManagerMapCanvas 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 regionMapUndoManager A subclass ofUndoManagerthat notifies about any edit to the subscribed ChangeListeners.SelectionEvent Represents a geo-object selection event.