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.
|
Modifier and Type | Field and Description |
---|---|
protected LinkBoundingPoly[] |
LinkMapRequest.boundingPolys
A series of LinkBoundingPoly objects making up polygons of
interest.
|
Modifier and Type | Method and Description |
---|---|
LinkBoundingPoly[] |
LinkMapRequest.getBoundingPolys()
Get an array of bounding polygons.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details