Package | Description |
---|---|
com.bbn.openmap.dataAccess.mapTile | |
com.bbn.openmap.dataAccess.shape |
This package provides read and write access to ESRI shape files,
including the .shp, .dbf and .shx files.
|
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.gui.time | |
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 |
Provide classes to handle the link protocol: a layer that displays
link data, classes to assist in writing a link server, and methods
that read and write in the link protocol format.
|
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.layer.test |
Provides a test layer for OpenMap.
|
com.bbn.openmap.omGraphics |
Provides geographically based graphics classes.
|
com.bbn.openmap.plugin |
Provides support for writing OpenMap PlugIns.
|
com.bbn.openmap.plugin.graphicLoader |
The GraphicLoader PlugIn package is designed to provide support for
GraphicLoaders, which in turn are objects that need to drive changes in
OMGraphics over a map.
|
com.bbn.openmap.tools.drawing |
Provides classes to implement a drawing tool.
|
Modifier and Type | Method and Description |
---|---|
void |
MapTileMakerComponent.drawingComplete(OMGraphic omg,
OMAction action)
Called by the drawing tool when editing is complete.
|
void |
ZoomLevelMakerFace.handleBoundary(OMGraphic omg,
OMAction action)
Called from MapTileMakerComponent if this is the active ZLIF when the
drawing tool completes, assigning the boundary to this ZLIF (or whatever
action is provided).
|
Modifier and Type | Method and Description |
---|---|
void |
DbfTableModel.doAction(OMGraphicList list,
OMGraphic graphic,
OMAction action,
DbfTableModelFactory dbfFactory) |
Modifier and Type | Method and Description |
---|---|
void |
LOSGraphicLoader.drawingComplete(OMGraphic omg,
OMAction action)
The method where a graphic, and an action to take on the
graphic, arrives.
|
Modifier and Type | Method and Description |
---|---|
void |
TimelineLayer.drawingComplete(OMGraphic omg,
OMAction action) |
Modifier and Type | Method and Description |
---|---|
boolean |
OMGraphicHandlerLayer.doAction(OMGraphic graphic,
OMAction action)
Perform the OMAction on the OMGraphic, within the OMGraphicList contained
in the layer.
|
void |
DrawingToolLayer.drawingComplete(OMGraphic omg,
OMAction action)
DrawingToolRequestor method.
|
void |
DemoLayer.drawingComplete(OMGraphic omg,
OMAction action)
Called when the DrawingTool is complete, providing the layer with the
modified OMGraphic.
|
Modifier and Type | Method and Description |
---|---|
void |
EditorTool.drawingComplete(OMGraphic omg,
OMAction action)
Method where the EditorLayer lets the tool know that the editing function
has come full circle, so the user interface can be adjusted.
|
void |
EditorLayer.drawingComplete(OMGraphic omg,
OMAction action)
DrawingToolRequestor method.
|
void |
DrawingEditorTool.drawingComplete(OMGraphic omg,
OMAction action)
When a graphic is complete, the drawing tool gets ready to make another.
|
void |
AbstractEditorTool.drawingComplete(OMGraphic omg,
OMAction action)
Method where the EditorLayer lets the tool know that the editing function
has come full circle, so the user interface can be adjusted.
|
Modifier and Type | Method and Description |
---|---|
void |
LinkLayer.drawingComplete(OMGraphic omg,
OMAction action) |
Modifier and Type | Method and Description |
---|---|
void |
AmpLinkLayer.drawingComplete(OMGraphic omg,
OMAction action) |
Modifier and Type | Method and Description |
---|---|
void |
GeoIntersectionLayer.drawingComplete(OMGraphic omg,
OMAction action) |
void |
GeoCrossDemoLayer.drawingComplete(OMGraphic omg,
OMAction action) |
void |
BoundsTestLayer.drawingComplete(OMGraphic omg,
OMAction action) |
Modifier and Type | Method and Description |
---|---|
boolean |
OMGraphicHandler.doAction(OMGraphic graphic,
OMAction action)
Allows the OMGraphicHandler to receive graphics or take some
action on one.
|
boolean |
FilterSupport.doAction(OMGraphic graphic,
OMAction action)
Allows the OMGraphicHandler to receive graphics or take some
action on one.
|
void |
OMList.doAction(T graphic,
OMAction action)
Perform an action on the provided geometry.
|
Modifier and Type | Method and Description |
---|---|
boolean |
OMGraphicHandlerPlugIn.doAction(OMGraphic graphic,
OMAction action) |
Modifier and Type | Method and Description |
---|---|
boolean |
GraphicLoaderPlugIn.doAction(OMGraphic graphic,
OMAction action)
OMGraphicHandler method.
|
Modifier and Type | Method and Description |
---|---|
void |
DrawingToolRequestorList.drawingComplete(OMGraphic omg,
OMAction action)
The method where a graphic, and an action to take on the
graphic, arrives.
|
void |
DrawingToolRequestor.drawingComplete(OMGraphic omg,
OMAction action)
The method where a graphic, and an action to take on the
graphic, arrives.
|
void |
OMDrawingTool.notifyListener(OMGraphic graphic,
OMAction action)
Notify the listener of an action to a graphic.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details