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.link.amp |
This package contains a Layer that can use the drawing tool to create
certain OMGraphic shapes, which in turn are sent to a LinkServer.
|
com.bbn.openmap.tools.drawing |
Provides classes to implement a drawing tool.
|
Modifier and Type | Field and Description |
---|---|
protected DrawingTool |
DemoLayer.drawingTool
Found in the findAndInit() method, in the MapHandler.
|
Modifier and Type | Method and Description |
---|---|
DrawingTool |
DemoLayer.getDrawingTool() |
Modifier and Type | Method and Description |
---|---|
void |
DemoLayer.setDrawingTool(DrawingTool dt) |
Modifier and Type | Field and Description |
---|---|
protected DrawingTool |
AmpLinkLayer.drawingTool |
Modifier and Type | Method and Description |
---|---|
DrawingTool |
AmpLinkLayer.getDrawingTool() |
Modifier and Type | Method and Description |
---|---|
void |
AmpLinkLayer.setDrawingTool(DrawingTool dt) |
Modifier and Type | Class and Description |
---|---|
class |
OMDrawingTool
The OMDrawingTool implements the DrawingTool interface, and can be used to
adjust the drawing parameters of OMGraphics.
|
Modifier and Type | Field and Description |
---|---|
protected DrawingTool |
OMDrawingToolLauncher.drawingTool |
Modifier and Type | Method and Description |
---|---|
DrawingTool |
OMDrawingToolLauncher.getDrawingTool() |
Modifier and Type | Method and Description |
---|---|
void |
OMDrawingToolLauncher.setDrawingTool(DrawingTool dt)
Set the DrawingTool for this launcher.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details