Package | Description |
---|---|
com.bbn.openmap.graphicLoader.netmap |
The netmap plugin package provides the capability to receive output
from a NetMap server.
|
Modifier and Type | Method and Description |
---|---|
NetMapConnector |
NetMapGraphicLoader.getNetMapConnector()
Get the current NetMapConnector.
|
Modifier and Type | Method and Description |
---|---|
void |
NetMapGraphicLoader.setNetMapConnector(NetMapConnector nmc)
Set the NetMapConnector to listen to.
|
Constructor and Description |
---|
NetMapGraphicLoader(NetMapConnector nmc)
Constructor for the NetMapGraphicLoader that sets the NetMapConnector.
|
NetMapReader(java.lang.String host,
java.lang.String port,
NetMapConnector connector)
Create a NetMapReader to listen to a host on a port, with a
NetMapConnector to get back in touch with.
|
NetMapReader(java.lang.String host,
java.lang.String port,
NetMapConnector connector,
java.lang.String view)
Create a NetMapReader to listen to a NetMapServer running on a
port, and parse the stream relating information about the given
view.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details