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.graphicLoader |
The GraphicLoader package is designed to provide support for
components that need to drive changes in OMGraphics over a map.
|
com.bbn.openmap.graphicLoader.netmap |
The netmap plugin package provides the capability to receive output
from a NetMap server.
|
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.mif |
This package contains a Layer that displays MapInfo data (.mif files).
|
com.bbn.openmap.layer.vpf |
This package contains code for dealing with NIMA data distributed in
Vector Product Format.
|
com.bbn.openmap.omGraphics |
Provides geographically based graphics classes.
|
com.bbn.openmap.omGraphics.time | |
com.bbn.openmap.tools.roads |
Provides classes to determine routes given a set of roads and
intersections.
|
Modifier and Type | Class and Description |
---|---|
class |
EsriPoint
An extension to OMPoint that typecasts a specific Esri graphic
type.
|
Modifier and Type | Method and Description |
---|---|
static EsriPoint |
EsriPoint.convert(OMPoint ompoint) |
Modifier and Type | Method and Description |
---|---|
protected void |
RangeRingsMouseMode.preparePoint(OMPoint point)
Customizes the given OMPoint before it is rendered.
|
Modifier and Type | Class and Description |
---|---|
class |
GLPoint
A GLPoint is a location on the map.
|
class |
PathGLPoint
The PathGLPoint is a GLPoint that follows a certain path, as
opposed to just wandering around randomly.
|
Modifier and Type | Class and Description |
---|---|
class |
Node
Object that represents a NetMap node on the map.
|
Modifier and Type | Method and Description |
---|---|
static OMPoint |
LinkPoint.read(java.io.DataInputStream dis)
Read the DataInputStream, and create an OMPoint.
|
static OMPoint |
LinkPoint.read(java.io.DataInputStream dis,
LinkProperties propertiesBuffer)
Read the DataInputStream, and create an OMPoint.
|
Modifier and Type | Method and Description |
---|---|
static void |
LinkPoint.write(OMPoint point,
Link link,
LinkProperties props)
Write an OMPoint to the Link.
|
Modifier and Type | Class and Description |
---|---|
class |
MIFPoint
Extension of OMPoint to provide basic support to ensure that the
screen will not become cluttered This extension of OMPoint defines
a property visibleScale.
|
Modifier and Type | Method and Description |
---|---|
static OMPoint |
LayerGraphicWarehouseSupport.createOMPoint(double latitude,
double longitude)
Create an OMPoint object corresponding to a VPF node feature
|
Modifier and Type | Class and Description |
---|---|
class |
GrabPoint
A GrabPoint is used by editable graphics to show a location that can be
adjusted.
|
class |
HorizontalGrabPoint
A GrabPoint that can only move in the horizontal direction.
|
class |
OffsetGrabPoint
An OffsetGrabPoint is one that manages other grab points.
|
static class |
OMPoint.Image |
class |
VerticalGrabPoint
A GrabPoint that can only move in the vertical direction.
|
Modifier and Type | Field and Description |
---|---|
protected OMPoint |
OMRangeRings.centerPoint
The center point of the range rings.
|
protected OMPoint |
EditableOMPoint.point |
Modifier and Type | Method and Description |
---|---|
protected OMPoint |
OMRangeRings.createCenterPoint() |
Constructor and Description |
---|
EditableOMPoint(OMPoint omc)
Create the EditableOMPoint with an OMPoint already defined, ready for
editing.
|
Modifier and Type | Class and Description |
---|---|
class |
TemporalOMPoint
A ScenarioPoint is a ScenarioGraphic representing an object on the map.
|
Modifier and Type | Class and Description |
---|---|
protected class |
RoadFinder.RedPoint
a red point for displaying when we can't find a route between two points
|
protected class |
RoadFinder.YellowPoint
a yellow point for displaying intersections
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details