Package com.bbn.openmap.plugin

Provides support for writing OpenMap PlugIns.

See:
          Description

Interface Summary
PlugIn This interface describes a component that can supply OMGraphics based on a Projection.
 

Class Summary
AbstractPlugIn This class is an abstract implementation of the PlugIn.
BeanContextAbstractPlugIn This class is an abstract implementation of the PlugIn.
CSVTiledImagePlugIn This PlugIn can be used to load image files for background use.
OMGraphicHandlerPlugIn A PlugIn that implements the OMGraphicHandler interface.
PlugInLayer The PlugInLayer is a kind of layer that has a direct interface with the MapBean.
UTMGridPlugIn The UTMGridPlugIn renders UTM Zone areas, and renders a grid marking equal-distance areas around the center of the current projection.
WebImagePlugIn This class asks for an image from a web server.
 

Package com.bbn.openmap.plugin Description

Provides support for writing OpenMap PlugIns. A PlugIn is an object that can provide OMGraphics based on a projection. It is a limited interface, and a basic Plugin can basically respond to a graphics request and a GUI request. The PlugInLayer can take a PlugIn, an use it to respond to MouseEvents on the map as well.



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details