Package | Description |
---|---|
com.bbn.openmap.dataAccess.shape |
This package provides read and write access to ESRI shape files,
including the .shp, .dbf and .shx files.
|
com.bbn.openmap.event |
Provides the various event object and listener interfaces for using
the MapBean.
|
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.test |
Provides a test layer for OpenMap.
|
com.bbn.openmap.omGraphics |
Provides geographically based graphics classes.
|
Modifier and Type | Method and Description |
---|---|
static OMPoly |
EsriPolygonList.convert(OMCircle omCircle,
Projection proj) |
Modifier and Type | Method and Description |
---|---|
protected void |
RangeRingsMouseMode.prepareCircle(OMCircle circle)
Customizes the given OMCicle before it is rendered.
|
Modifier and Type | Method and Description |
---|---|
static OMCircle |
LinkCircle.read(java.io.DataInputStream dis)
Read the circle protocol off the data input, and return an OMCircle.
|
static OMCircle |
LinkCircle.read(java.io.DataInputStream dis,
LinkProperties propertiesBuffer)
Read the circle protocol off the data input, and return an OMCircle.
|
Modifier and Type | Method and Description |
---|---|
static void |
LinkCircle.write(OMCircle circle,
Link link,
LinkProperties props) |
Modifier and Type | Field and Description |
---|---|
protected OMCircle |
TestLayer.omcircle |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected OMCircle |
EditableOMCircle.circle |
protected OMCircle[] |
OMRangeRings.subCircles
The inner ring of circles.
|
Modifier and Type | Method and Description |
---|---|
OMCircle[] |
OMRangeRings.createCircles()
Take the interval and intervalUnits, and then create the proper inner
circles.
|
Constructor and Description |
---|
EditableOMCircle(OMCircle omc)
Create the EditableOMCircle with an OMCircle already defined, ready for
editing.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details