Package 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.

See:
          Description

Class Summary
GraphicLoaderConnector The GraphicLoaderConnector is a MapHandler membership listener, looking for GraphicLoaders without receivers.
GraphicLoaderPlugIn A GraphicLoaderPlugIn is a PlugIn that receives its OMGraphics from some other source, at any time.
 

Package com.bbn.openmap.plugin.graphicLoader Description

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. The GraphicLoader is an object that manages OMGraphics and their positions, and sends an OMGraphicList to its receiver when they need to be updated.

The package consists of a GraphicLoaderPlugIn, which is a PlugIn that accepts graphics from another object, called the GraphicLoader. The GraphicLoader is an object with a timer that manages these location objects. The GraphicLoaderConnector is an object that should be added to the MapHander - when it finds a GraphicLoader in the MapHandler, it will automatically create a GraphicLoaderPlugIn for it, and will either give the GraphicLoaderPlugIn to the LayerHandler if it knows about one, or give the GraphicLoaderPlugIn to the MapHandler so it can be found by the LayerHandler later.

To add a GraphicLoader to the OpenMap application, you can do it several ways:



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