Package | Description |
---|---|
com.bbn.openmap.dataAccess.mapTile | |
com.bbn.openmap.graphicLoader |
The GraphicLoader package is designed to provide support for
components that need to drive changes in OMGraphics over a map.
|
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.editor |
This package provides the infrastructure to create layers that
provide a Tool interface that controls their content.
|
com.bbn.openmap.layer.link.draw | |
com.bbn.openmap.omGraphics |
Provides geographically based graphics classes.
|
com.bbn.openmap.tools.drawing |
Provides classes to implement a drawing tool.
|
Modifier and Type | Field and Description |
---|---|
protected OMDrawingTool |
MapTileMakerComponent.drawingTool |
Modifier and Type | Field and Description |
---|---|
protected OMDrawingTool |
LOSGraphicLoader.dt |
Modifier and Type | Method and Description |
---|---|
OMDrawingTool |
LOSGraphicLoader.getDrawingTool() |
Modifier and Type | Method and Description |
---|---|
void |
LOSGraphicLoader.setDrawingTool(OMDrawingTool drawingTool) |
Modifier and Type | Field and Description |
---|---|
protected OMDrawingTool |
DrawingToolLayer.drawingTool
Get a handle on the DrawingTool.
|
Modifier and Type | Method and Description |
---|---|
OMDrawingTool |
DrawingToolLayer.getDrawingTool() |
Modifier and Type | Method and Description |
---|---|
void |
DrawingToolLayer.setDrawingTool(OMDrawingTool dt) |
Modifier and Type | Field and Description |
---|---|
protected OMDrawingTool |
DrawingEditorTool.drawingTool
OMDrawingTool handling OMGraphic modifications and creations.
|
Modifier and Type | Method and Description |
---|---|
protected OMDrawingTool |
DrawingEditorTool.createDrawingTool() |
OMDrawingTool |
DrawingEditorTool.getDrawingTool()
Get the OMDrawingTool to use with this DrawingEditorTool.
|
Modifier and Type | Method and Description |
---|---|
void |
DrawingEditorTool.setDrawingTool(OMDrawingTool omdt)
Set the OMDrawingTool to use.
|
Modifier and Type | Field and Description |
---|---|
protected OMDrawingTool |
DrawLinkLayer.drawingTool |
Modifier and Type | Method and Description |
---|---|
OMDrawingTool |
DrawLinkLayer.getDrawingTool() |
Modifier and Type | Method and Description |
---|---|
void |
DrawLinkLayer.setDrawingTool(OMDrawingTool dt) |
Modifier and Type | Method and Description |
---|---|
void |
EditableOMGraphicList.add(OMGraphicList list,
OMDrawingTool drawingTool) |
EditableOMGraphic |
EditableOMGraphicList.add(OMGraphic omg,
OMDrawingTool drawingTool)
Create an EditableOMGraphic and add it to the list.
|
void |
EditableOMGraphicList.init(OMDrawingTool drawingTool)
Must be called on a EditableOMGraphicList that is created from
an OMGraphicList containing OMGraphics.
|
Modifier and Type | Field and Description |
---|---|
protected OMDrawingTool |
OMDrawingToolMouseMode.drawingTool |
Modifier and Type | Method and Description |
---|---|
protected OMDrawingTool |
OMDrawingToolMouseMode.getDrawingTool()
Get the drawing tool for the mouse mode.
|
Modifier and Type | Method and Description |
---|---|
protected void |
OMDrawingToolMouseMode.setDrawingTool(OMDrawingTool omdt)
Set the DrawingTool for the mouse mode.
|
Constructor and Description |
---|
OMDrawingToolMouseMode(OMDrawingTool omdt)
Construct a OMDrawingToolMouseMode.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details