Package | Description |
---|---|
com.bbn.openmap |
The com.bbn.openmap package contains the core OpenMap classes.
|
com.bbn.openmap.event |
Provides the various event object and listener interfaces for using
the MapBean.
|
com.bbn.openmap.gui |
This package contains the main OpenMap Swing GUI components.
|
com.bbn.openmap.layer |
Contains OpenMap layers that read and display a variety of data
formats, and a few that create their own data for display.
|
Modifier and Type | Class and Description |
---|---|
class |
BufferedLayerMapBean
The BufferedLayerMapBean is a BufferedMapBean with an additional image buffer
that holds Layers designated as background layers.
|
Modifier and Type | Field and Description |
---|---|
protected BufferedMapBean |
OMMouseMode.theMap |
Modifier and Type | Method and Description |
---|---|
protected BufferedMapBean |
OMMouseMode.getBufferedMapBean(java.awt.event.MouseEvent evt)
Checks the MouseEvent to see if a BufferedMapBean can be found.
|
Modifier and Type | Field and Description |
---|---|
protected BufferedMapBean |
DistQuickTool.MouseMode.theMap |
Modifier and Type | Method and Description |
---|---|
protected BufferedMapBean |
DistQuickTool.MouseMode.getBufferedMapBean(java.awt.event.MouseEvent evt)
Checks the MouseEvent to see if a BufferedMapBean can be found.
|
Modifier and Type | Class and Description |
---|---|
class |
BufferedLayer.BLMapBean
An simple extension of the BufferedMapBean that calls a layer, presumably
its parent, to call repaint().
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details