Package | Description |
---|---|
com.bbn.openmap |
The com.bbn.openmap package contains the core OpenMap classes.
|
com.bbn.openmap.dataAccess.mapTile | |
com.bbn.openmap.gui |
This package contains the main OpenMap Swing GUI components.
|
com.bbn.openmap.image |
This package has classes that provide image creation and manipulation
capabilities.
|
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.
|
com.bbn.openmap.tools.beanbox |
The beanbox package contains classes that implement a BeanPanel component.
|
com.bbn.openmap.tools.dnd |
This package contains classes to support Java Drag and Drop
functionality on the map.
|
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.
|
class |
BufferedMapBean
The BufferedMapBean extends the MapBean by adding (you guessed it) buffering.
|
class |
MapBean
The MapBean is the main component of the OpenMap Development Kit.
|
Modifier and Type | Method and Description |
---|---|
void |
LayerHandler.addLayerListener(LayerListener ll)
Add a LayerListener to the LayerHandler, in order to be told about layers
that need to be added to the map.
|
void |
LayerHandler.removeLayerListener(LayerListener ll)
Add a LayerListener to the LayerHandler, in order to be told about layers
that need to be added to the map.
|
Modifier and Type | Class and Description |
---|---|
class |
MapTileMakerComponent
The MapTileMakerComponent is a GUI for creating properties that the
MapTileMaker uses to create tiles.
|
Modifier and Type | Class and Description |
---|---|
class |
LayersMenu
The LayersMenu is a JMenu which is a list of the layers of the map.
|
class |
LayersPanel
The LayersPanel displays the list of layers that OpenMap can display.
|
Modifier and Type | Class and Description |
---|---|
class |
MagicPlanetImageComponent
The MagicPlanetImageComponent is an OpenMap Component designed to create
images for Global Imagination's MagicPlanet Globe.
|
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().
|
Modifier and Type | Class and Description |
---|---|
class |
BeanBoxDnDCatcher
The BeanBoxDnDCatcher class manages all Java Drag-and-Drop events associated
with openmap layers that implement the
BeanBoxHandler interface. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDnDCatcher
DefaultDnDCatcher manages Drag and Drop events on the map.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details