Package | Description |
---|---|
com.bbn.openmap.graphicLoader |
The GraphicLoader package is designed to provide support for
components that need to drive changes in OMGraphics over a map.
|
com.bbn.openmap.omGraphics |
Provides geographically based graphics classes.
|
com.bbn.openmap.plugin |
Provides support for writing OpenMap PlugIns.
|
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 | Field and Description |
---|---|
protected OMGraphicHandler |
AbstractGraphicLoader.receiver |
Modifier and Type | Method and Description |
---|---|
OMGraphicHandler |
GraphicLoader.getReceiver()
Get the OMGraphicHandler that will receive OMGraphic updates
from the GraphicLoader.
|
OMGraphicHandler |
AbstractGraphicLoader.getReceiver() |
Modifier and Type | Method and Description |
---|---|
void |
GraphicLoader.setReceiver(OMGraphicHandler r)
Set the OMGraphicHandler that will receive OMGraphic updates
from the GraphicLoader.
|
void |
AbstractGraphicLoader.setReceiver(OMGraphicHandler r) |
Constructor and Description |
---|
AbstractGraphicLoader(OMGraphicHandler receiver) |
LOSGraphicLoader(DTEDFrameCache dfc,
OMGraphicHandler receiver) |
LOSGraphicLoader(OMGraphicHandler receiver) |
MMLGraphicLoader(OMGraphicHandler receiver) |
Modifier and Type | Class and Description |
---|---|
class |
FilterSupport
This class provides support for implementing the OMGraphicHandler
interface.
|
Modifier and Type | Class and Description |
---|---|
class |
CSVTiledImagePlugIn
This PlugIn can be used to load image files for background use.
|
class |
OMGraphicHandlerPlugIn
A PlugIn that implements the OMGraphicHandler interface.
|
class |
UTMGridPlugIn
The UTMGridPlugIn renders UTM Zone areas, and renders a grid marking
equal-distance areas around the center of the current projection.
|
Modifier and Type | Class and Description |
---|---|
class |
GraphicLoaderPlugIn
A GraphicLoaderPlugIn is a PlugIn that receives its OMGraphics from
some other source, at any time.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details