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 LinkGraphicList |
Link.graphicList
Used to retrieve any potential graphics responses that came in
over the link.
|
Modifier and Type | Method and Description |
---|---|
LinkGraphicList |
Link.getGraphicList()
After a readAndParse() has been called on a link, this can be
called to retrieve graphics in an LinkOMGraphicList, if any
graphics were sent.
|
Modifier and Type | Method and Description |
---|---|
void |
LinkLayer.handleLinkGraphicList(LinkGraphicList lgl) |
Modifier and Type | Method and Description |
---|---|
protected void |
ShapeLinkServer.fetchGraphics(double xmin,
double ymin,
double xmax,
double ymax,
LinkGraphicList lgl,
LinkProperties properties) |
void |
ESRILinkRecord.writeLinkGraphics(LinkGraphicList lgl,
LinkProperties properties)
Writes the record to the given list.
|
void |
ESRILinkPolygonRecord.writeLinkGraphics(LinkGraphicList lgl,
LinkProperties properties)
Generates OMGraphics and adds them to the given list.
|
void |
ESRILinkPointRecord.writeLinkGraphics(LinkGraphicList lgl,
LinkProperties properties)
Generates OMGraphics and adds them to the given list.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details