Package | Description |
---|---|
com.bbn.openmap.layer |
Contains OpenMap layers that read and display a variety of data
formats, and a few that create their own data for display.
|
com.bbn.openmap.layer.dted |
Provides a layer that displays DTED (Digital Terrain Elevation Data) data.
|
com.bbn.openmap.layer.editor |
This package provides the infrastructure to create layers that
provide a Tool interface that controls their content.
|
com.bbn.openmap.omGraphics.event |
Provides classes for event notification of OMGraphic changes.
|
Modifier and Type | Field and Description |
---|---|
protected MapMouseInterpreter |
OMGraphicHandlerLayer.mouseEventInterpreter
The MapMouseInterpreter used to catch the MapMouseEvents and direct them
to layer as referencing certain OMGraphics.
|
Modifier and Type | Method and Description |
---|---|
MapMouseInterpreter |
OMGraphicHandlerLayer.getMouseEventInterpreter()
Get the interpreter used to field and interpret MouseEvents, thereby
calling GestureResponsePolicy methods on this layer.
|
Modifier and Type | Method and Description |
---|---|
void |
OMGraphicHandlerLayer.setMouseEventInterpreter(MapMouseInterpreter mmi)
Set the interpreter used to field and interpret MouseEvents, thereby
calling GestureResponsePolicy methods on this layer.
|
Modifier and Type | Method and Description |
---|---|
MapMouseInterpreter |
DTEDLayer.getMouseEventInterpreter()
Overridden to modify the MapMouseInterpreter used by the layer.
|
MapMouseInterpreter |
DTEDFrameCacheLayer.getMouseEventInterpreter()
Overridden to modify the MapMouseInterpreter used by the layer.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EditorTool
An EditorTool is a component that provides specific functionality to the
EditorLayer.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEditorTool |
class |
DrawingEditorTool
The DrawingEditorTool is a EditorTool for the EditorLayer that will use a
custom OMDrawingTool to create OMGraphics as needed by the EditorTool.
|
Modifier and Type | Method and Description |
---|---|
MapMouseInterpreter |
EditorLayer.getMouseEventInterpreter()
Get the interpreter used to field and interpret MouseEvents, thereby
calling GestureResponsePolicy methods on this layer.
|
Modifier and Type | Class and Description |
---|---|
class |
DBLClickSelectMapMouseInterpreter
The DBLClickSelectMapMouseInterpreter is an extension of the
StandardMapMouseInterpreter that limits selection to map objects that have
been double clicked on, instead of the single click used by default in the
super class.
|
class |
StandardMapMouseInterpreter
The StandardMapMouseInterpreter is a basic implementation of the
MapMouseInterpreter, working with an OMGraphicHandlerLayer to handle
MouseEvents on it.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details