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.omGraphics |
Provides geographically based graphics classes.
|
Modifier and Type | Method and Description |
---|---|
static OMArc |
LinkArc.read(java.io.DataInputStream dis)
Read the arc protocol off the data input, and return an OMArc.
|
static OMArc |
LinkArc.read(java.io.DataInputStream dis,
LinkProperties propertiesBuffer)
Read the arc protocol off the data input, and return an OMArc.
|
Modifier and Type | Method and Description |
---|---|
static void |
LinkArc.write(OMArc arc,
Link link,
LinkProperties props) |
Modifier and Type | Class and Description |
---|---|
class |
OMCircle
Graphic object that represents a circle or an ellipse.
|
class |
OMEllipse
The OMEllipse is a lat/lon ellipse, made up of a center lat/lon point, and
some length described for the x and y axis.
|
class |
OMRangeRings
An object that manages a series of range circles.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details