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.graphicLoader.netmap |
The netmap plugin package provides the capability to receive output
from a NetMap server.
|
com.bbn.openmap.gui.time | |
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.location |
Provides a layer that can display location data - data that represents
a location with a graphic and a name.
|
com.bbn.openmap.layer.test |
Provides a test layer for OpenMap.
|
com.bbn.openmap.omGraphics |
Provides geographically based graphics classes.
|
com.bbn.openmap.tools.roads |
Provides classes to determine routes given a set of roads and
intersections.
|
Modifier and Type | Method and Description |
---|---|
static OMPoly |
EsriPolylineList.convert(OMLine omLine) |
Modifier and Type | Class and Description |
---|---|
class |
Line
Object that represents a NetMap link on the map.
|
Modifier and Type | Class and Description |
---|---|
class |
TimelineLayer.EventMarkerLine |
Modifier and Type | Field and Description |
---|---|
protected OMLine |
TimelineLayer.CurrentTimeMarker.startingLine |
Modifier and Type | Method and Description |
---|---|
static OMLine |
LinkLine.read(java.io.DataInputStream dis)
Read the line Link protocol off a DataInputStream, and create an OMLine
from it.
|
static OMLine |
LinkLine.read(java.io.DataInputStream dis,
LinkProperties propertiesBuffer)
Read the line Link protocol off a DataInputStream, and create an OMLine
from it.
|
Modifier and Type | Method and Description |
---|---|
static void |
LinkLine.write(OMLine line,
Link link,
LinkProperties props)
Write an OMLine to the link.
|
Modifier and Type | Method and Description |
---|---|
OMLine |
Link.getLink() |
Modifier and Type | Method and Description |
---|---|
void |
Link.setLinkDrawingParameters(OMLine link,
java.awt.Paint paint,
float thickness,
boolean dashed)
Set the drawing attributes of the link
|
Modifier and Type | Field and Description |
---|---|
protected OMLine |
TestLayer.omline |
Modifier and Type | Method and Description |
---|---|
protected GeoPath |
GeoIntersectionLayer.getPath(OMLine oml) |
Constructor and Description |
---|
GeoIntersectionLayer.OMLineSegment(OMLine oml) |
Modifier and Type | Field and Description |
---|---|
protected OMLine |
EditableOMLine.line |
Constructor and Description |
---|
EditableOMLine(OMLine oml)
Create the EditableOMLine with an OMLine already defined, ready for
editing.
|
Modifier and Type | Class and Description |
---|---|
protected class |
RoadFinder.BlueLine
a blue line to indicate the found route
|
protected class |
RoadFinder.YellowLine
a yellow line for display routes between intersections
|
class |
RoadLine.Graphic |
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details