|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LinkBoundingPoly | |
|---|---|
| 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. |
| Uses of LinkBoundingPoly in com.bbn.openmap.layer.link |
|---|
| Fields in com.bbn.openmap.layer.link declared as LinkBoundingPoly | |
|---|---|
protected LinkBoundingPoly[] |
LinkMapRequest.boundingPolys
A series of LinkBoundingPoly objects making up polygons of interest. |
| Methods in com.bbn.openmap.layer.link that return LinkBoundingPoly | |
|---|---|
LinkBoundingPoly[] |
LinkMapRequest.getBoundingPolys()
Get an array of bounding polygons. |
| Methods in com.bbn.openmap.layer.link with parameters of type LinkBoundingPoly | |
|---|---|
static void |
LinkMapRequest.write(float centerLat,
float centerLon,
float scale,
int height,
int width,
LinkBoundingPoly[] boundingPolys,
LinkProperties props,
Link link)
Write the request to the link. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||