Package | Description |
---|---|
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.shape |
A link server that reads ESRI shape file data.
|
Modifier and Type | Field and Description |
---|---|
protected LinkMapRequest |
Link.mapRequest
Used to retrieve any potential graphics queries that came in
over the link.
|
Modifier and Type | Method and Description |
---|---|
LinkMapRequest |
Link.getMapRequest()
After a readAndParse() has been called on a link, this can be
called to retrieve a graphics request, if one was sent.
|
Modifier and Type | Method and Description |
---|---|
void |
TestLinkServer.getRectangle(LinkMapRequest query,
Link link)
An example of how to handle GraphicsLinkQueries.
|
void |
LinkServer.getRectangle(LinkMapRequest query,
Link link)
An example of how to handle GraphicsLinkQueries.
|
Modifier and Type | Method and Description |
---|---|
void |
ShapeLinkServer.getRectangle(LinkMapRequest query,
Link link) |
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details