Package | Description |
---|---|
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.graphicLoader.netmap |
The netmap plugin package provides the capability to receive output
from a NetMap server.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractGraphicLoader
The abstract AbstractGraphicLoader class is an OMGraphic managing
object.
|
class |
LOSGraphicLoader
A managing object of GLPoints and PathGLPoints.
|
class |
MMLGraphicLoader
The MMLGraphicLoader is an abstract GraphicLoader class that
implements the MapMouseListener interface.
|
Modifier and Type | Class and Description |
---|---|
class |
NetMapGraphicLoader
The NetMapGraphicLoader is a component that can listen to a NetMapConnector,
receive and interpret NetMapEvents, and draw the resulting network on the
map.
|
Modifier and Type | Field and Description |
---|---|
protected GraphicLoader |
GraphicLoaderPlugIn.loader |
Modifier and Type | Method and Description |
---|---|
GraphicLoader |
GraphicLoaderPlugIn.getGraphicLoader()
Get the GraphicLoader loader.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphicLoaderConnector.checkGraphicLoader(GraphicLoader gl)
Check to see if the GraphicLoader already has a receiver set
inside it.
|
void |
GraphicLoaderConnector.hookUpGraphicLoaderWithLayer(GraphicLoader gl)
Assumes that the GraphicLoader doesn't already have a receiver.
|
void |
GraphicLoaderPlugIn.setGraphicLoader(GraphicLoader gl)
Set the GraphicLoader for the PlugIn.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details