Package | Description |
---|---|
com.bbn.openmap |
The com.bbn.openmap package contains the core OpenMap classes.
|
com.bbn.openmap.app |
Provides the basic OpenMap applet and application classes.
|
com.bbn.openmap.gui |
This package contains the main OpenMap Swing GUI components.
|
com.bbn.openmap.gui.menu |
This package contains OpenMap Swing GUI components that can be used in
menus.
|
com.bbn.openmap.proj |
Provides projection classes.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertyHandler.createComponents(MapHandler mapHandler)
Given a BeanContext (actually a MapHandler, to handle SoloMapComponents),
look for the openmap.components property in the current properties, and
parse the list given as that property.
|
static java.util.Properties |
PropertyHandler.createOpenMapProperties(MapHandler mapHandler,
java.io.PrintStream ps)
Creates a Properties object containing the current settings as defined by
OpenMap components held by the MapHandler.
|
void |
PropertyHandler.loadProjectionAndLayers(MapHandler mapHandler,
java.util.Properties props)
Given a MapHandler and a Java Properties object, the LayerHandler will be
cleared of it's current layers, and reloaded with the layers in the
properties.
|
Modifier and Type | Method and Description |
---|---|
MapHandler |
OpenMap.getMapHandler()
Get the MapHandler used for the OpenMap object.
|
Modifier and Type | Field and Description |
---|---|
protected MapHandler |
MapWindow.mapHandler
The MapHandler BeanContext.
|
protected MapHandler |
BasicMapPanel.mapHandler |
Modifier and Type | Method and Description |
---|---|
MapHandler |
MapWindow.getMapHandler()
Get the MapHandler.
|
MapHandler |
MapPanel.getMapHandler()
Get the MapHandler used for the MapPanel.
|
MapHandler |
BasicMapPanel.getMapHandler()
MapPanel method.
|
MapHandler |
AbstractOpenMapMenu.getMapHandler()
Return the MapHandler, if it's been set.
|
Modifier and Type | Field and Description |
---|---|
protected MapHandler |
MapHandlerMenuItem.mapHandler |
Modifier and Type | Method and Description |
---|---|
MapHandler |
MapHandlerMenuItem.getMapHandler() |
Modifier and Type | Method and Description |
---|---|
static void |
ProjectionFactory.loadDefaultProjections(MapHandler mapHandler)
Convenience method to load a ProjectionFactory and default projections
into the provided MapHandler.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details