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.image.wms | |
com.bbn.openmap.layer.vpf |
This package contains code for dealing with NIMA data distributed in
Vector Product Format.
|
com.bbn.openmap.plugin.graphicLoader |
The GraphicLoader PlugIn package is designed to provide support for
GraphicLoaders, which in turn are objects that need to drive changes in
OMGraphics over a map.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
PropertyHandler.printLayerProperties(LayerHandler layerHandler,
PropertyHandler ph,
java.io.PrintStream ps,
java.util.Properties createdProperties)
A helper function to createOpenMapProperties that gets the current
properties of the layers in the LayerHandler and prints them out to the
PrintStream and the provided Properties object.
|
Modifier and Type | Field and Description |
---|---|
protected LayerHandler |
MapTileMakerComponent.layerHandler |
Modifier and Type | Field and Description |
---|---|
protected LayerHandler |
LayersPanel.layerHandler
The LayerHandler to listen to for LayerEvents, and also to notify if the
layer order should change.
|
protected LayerHandler |
LayersMenu.layerHandler
The LayerHandler to listen to for layers available for the map.
|
protected LayerHandler |
LayerPane.layerHandler |
protected LayerHandler |
LayerAddPanel.layerHandler
Holds the LayerHandler.
|
Modifier and Type | Method and Description |
---|---|
LayerHandler |
LayersPanel.getLayerHandler()
Get the LayerHandler that the LayersPanel listens to and uses to reorder
layers.
|
LayerHandler |
LayersMenu.getLayerHandler()
Get the LayerHandler that the LayersPanel listens to.
|
protected LayerHandler |
LayerPane.getLayerHandler() |
Modifier and Type | Method and Description |
---|---|
protected LayerPane |
LayersPanel.createLayerPaneForLayer(Layer layer,
LayerHandler layerHandler,
javax.swing.ButtonGroup bg)
Called when a new LayerPane needs to be created for a layer.
|
void |
LayersPanel.setLayerHandler(LayerHandler lh)
Set the LayerHandler that the LayersPanel listens to.
|
void |
LayersMenu.setLayerHandler(LayerHandler lh)
Set the LayerHandler that the LayersPanel listens to.
|
void |
LayerPane.setLayerHandler(LayerHandler in_layerHandler) |
protected void |
LayersPanel.updateLayerPanes(LayerHandler layerHandler)
Set the LayerPanes with the given LayerHandler.
|
Constructor and Description |
---|
LayerAddPanel(PropertyHandler p,
LayerHandler l)
Creates the LayerPanel.
|
LayerPane(Layer layer,
LayerHandler layerHandler,
javax.swing.ButtonGroup bg) |
LayersMenu(LayerHandler lHandler)
Construct LayersMenu.
|
LayersMenu(LayerHandler lHandler,
java.lang.String menuName,
int menuType)
Construct LayersMenu.
|
LayersPanel(LayerHandler lHandler)
Construct the LayersPanel.
|
LayersPanel(LayerHandler lHandler,
boolean addLayerControls)
Construct the LayersPanel.
|
LayerStatusPane(Layer layer,
LayerHandler layerHandler,
javax.swing.ButtonGroup bg) |
Modifier and Type | Field and Description |
---|---|
protected LayerHandler |
MagicPlanetImageComponent.layerHandler |
Modifier and Type | Method and Description |
---|---|
protected LayerHandler |
MagicPlanetImageComponent.getLayerHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
MagicPlanetImageComponent.setLayerHandler(LayerHandler lh)
Set the LayerHandler, become a LayerListener object to it to know when
the layers on the MapBean change.
|
Modifier and Type | Method and Description |
---|---|
LayerHandler |
DynamicWmsRequestHandler.getLayerHandler()
return - calls layer handler
|
Constructor and Description |
---|
DynamicWmsRequestHandler(java.lang.String scheme,
java.lang.String hostName,
int port,
java.lang.String path,
java.util.Properties props,
LayerHandler mapLayerHandler) |
Modifier and Type | Field and Description |
---|---|
protected LayerHandler |
VPFConfig.layerHandler |
Modifier and Type | Method and Description |
---|---|
static void |
VPFConfig.createLayer(LibraryBean libraryBean,
LayerHandler layerHandler,
java.lang.String layerName) |
static void |
VPFConfig.createLayer(java.lang.String[] vpfPaths,
LayerHandler layerHandler,
java.lang.String layerName) |
Constructor and Description |
---|
VPFConfig(LibraryBean lb,
LayerHandler layerHandler,
java.lang.String layerName) |
VPFConfig(java.lang.String[] dataPaths,
LayerHandler layerHandler,
java.lang.String layerName) |
VPFConfig(java.lang.String[] dataPaths,
LayerHandler layerHandler,
java.lang.String layerName,
boolean standAlone) |
Modifier and Type | Field and Description |
---|---|
protected LayerHandler |
GraphicLoaderConnector.layerHandler |
Modifier and Type | Method and Description |
---|---|
LayerHandler |
GraphicLoaderConnector.getLayerHandler() |
Modifier and Type | Method and Description |
---|---|
void |
GraphicLoaderConnector.setLayerHandler(LayerHandler lh)
Set the LayerHandler to be notified with any new PlugIn layers
containing the new GraphicLoaderPlugIns.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details