Package | Description |
---|---|
com.bbn.openmap |
The com.bbn.openmap package contains the core OpenMap classes.
|
com.bbn.openmap.dataAccess.mapTile | |
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.gui.menu |
This package contains OpenMap Swing GUI components that can be used in
menus.
|
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.layer.beanbox |
Provides a sample openmap application that uses the openmap beanbox.
|
com.bbn.openmap.layer.location |
Provides a layer that can display location data - data that represents
a location with a graphic and a name.
|
com.bbn.openmap.layer.policy |
Contains policy objects that affect the behavior of
OMGraphicHandlerLayers.
|
com.bbn.openmap.layer.shape |
Provides an OpenMap layer for dealing with shape files.
|
com.bbn.openmap.layer.test |
Provides a test layer for OpenMap.
|
com.bbn.openmap.layer.vpf |
This package contains code for dealing with NIMA data distributed in
Vector Product Format.
|
com.bbn.openmap.proj |
Provides projection classes.
|
com.bbn.openmap.tools.dnd |
This package contains classes to support Java Drag and Drop
functionality on the map.
|
com.bbn.openmap.tools.drawing |
Provides classes to implement a drawing tool.
|
com.bbn.openmap.tools.roads |
Provides classes to determine routes given a set of roads and
intersections.
|
Modifier and Type | Method and Description |
---|---|
void |
MapBean.projectionChanged(ProjectionEvent e)
ProjectionListener interface method.
|
Projection |
Layer.setProjection(ProjectionEvent projEvent)
This method lets you take the ProjectionEvent received from the MapBean,
and lets you know if you should do something with it.
|
Modifier and Type | Method and Description |
---|---|
void |
MapTileMakerComponent.projectionChanged(ProjectionEvent e) |
Modifier and Type | Field and Description |
---|---|
protected ProjectionEvent |
ProjectionSupport.ProjectionChangeNotifier.nextEvent |
protected ProjectionEvent |
ProjectionSupport.ProjectionChangeNotifier.projEvent |
Modifier and Type | Method and Description |
---|---|
void |
ProjectionSupport.ProjectionChangeNotifier.fireProjectionEvent(ProjectionEvent event) |
void |
ProjectionListener.projectionChanged(ProjectionEvent e)
Invoked when there has been a fundamental change to the Map.
|
void |
PanMouseMode.projectionChanged(ProjectionEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
ScaleTextPanel.projectionChanged(ProjectionEvent e)
ProjectionListener interface method.
|
void |
OverviewMapHandler.projectionChanged(ProjectionEvent projEvent)
Part of the ProjectionListener interface.
|
void |
EmbeddedScaleDisplayPanel.projectionChanged(ProjectionEvent e) |
void |
EmbeddedNavPanel.projectionChanged(ProjectionEvent event) |
void |
DistQuickTool.MouseMode.projectionChanged(ProjectionEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
ProjectionMenu.projectionChanged(ProjectionEvent e)
The Map projection has changed, in order to baseline new changes as a
result of menu options being selected.
|
Modifier and Type | Method and Description |
---|---|
void |
SinkLayer.projectionChanged(ProjectionEvent e)
ProjectionListener interface method.
|
void |
ScaleFilterLayer.projectionChanged(ProjectionEvent ev)
Handles projection change notification events.
|
void |
OverviewMapAreaLayer.projectionChanged(ProjectionEvent pEvent) |
void |
OMGraphicHandlerLayer.projectionChanged(ProjectionEvent pe)
From the ProjectionListener interface.
|
void |
GraticuleLayer.projectionChanged(ProjectionEvent e)
Invoked when the projection has changed or this Layer has been added to
the MapBean.
|
void |
CacheLayer.projectionChanged(ProjectionEvent e)
Handler for
ProjectionEvent s. |
void |
BufferedLayer.projectionChanged(ProjectionEvent pevent)
We don't want a projection change policy called here, because that will
call for a repaint.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleBeanLayer.projectionChanged(ProjectionEvent event)
Implement ProjectionListener method inherited from Layer.
|
Modifier and Type | Method and Description |
---|---|
void |
TimerLocationLayer.projectionChanged(ProjectionEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
StandardPCPolicy.projectionChanged(ProjectionEvent pe)
When the projection changes, the StandardPCPolicy sets the current
projection on the layer, and calls prepare() on the layer.
|
void |
ProjectionChangePolicy.projectionChanged(ProjectionEvent pe)
The method that is called when the projection changes.
|
void |
NullProjectionChangePolicy.projectionChanged(ProjectionEvent pe) |
void |
ListResetPCPolicy.projectionChanged(ProjectionEvent pe) |
Modifier and Type | Method and Description |
---|---|
void |
MultiRoadLayer.projectionChanged(ProjectionEvent e)
Implemented for ProjectionListener
|
Modifier and Type | Method and Description |
---|---|
void |
HelloWorldLayer.projectionChanged(ProjectionEvent e)
Invoked when the projection has changed or this Layer has been
added to the MapBean.
|
Modifier and Type | Method and Description |
---|---|
void |
VPFRoadLayer.projectionChanged(ProjectionEvent e)
Implemented for ProjectionListener
|
Modifier and Type | Method and Description |
---|---|
protected ProjectionFactory |
ProjectionStack.getProjectionFactory(ProjectionEvent e) |
void |
ProjectionStack.projectionChanged(ProjectionEvent e)
The Map projection has changed.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultDnDCatcher.projectionChanged(ProjectionEvent e)
Invoked when there has been a fundamental change to the Map.
|
Projection |
DefaultDnDCatcher.setProjection(ProjectionEvent projEvent)
This method lets you take the ProjectionEvent received from the MapBean,
and lets you know if you should do something with it.
|
Modifier and Type | Method and Description |
---|---|
void |
OMDrawingTool.projectionChanged(ProjectionEvent e)
ProjectionListener method.
|
Modifier and Type | Method and Description |
---|---|
void |
RoadFinder.projectionChanged(ProjectionEvent e)
Implemented for ProtectionListener
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details