Package | Description |
---|---|
com.bbn.openmap.graphicLoader.netmap |
The netmap plugin package provides the capability to receive output
from a NetMap server.
|
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 | Method and Description |
---|---|
void |
NetMapListenerSupport.addNetMapListener(NetMapListener l)
Add a NetMapListener.
|
void |
NetMapConnector.addNetMapListener(NetMapListener nml)
Add a NetMapListener to receive NetMapEvents.
|
void |
NetMapListenerSupport.removeNetMapListener(NetMapListener l)
Remove a NetMapListener.
|
void |
NetMapConnector.removeNetMapListener(NetMapListener nml)
Remove a NetMapListener from the list to receive NetMapEvents.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details