Uses of Interface
com.bbn.openmap.util.DataBoundsProvider

Packages that use DataBoundsProvider
com.bbn.openmap.graphicLoader.scenario The Scenario GraphicLoader PlugIn package is designed to provide support for displaying scripted movement of map objects. 
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.asrp   
com.bbn.openmap.layer.shape Provides an OpenMap layer for dealing with shape files. 
com.bbn.openmap.layer.shape.areas Provides an extension to the ShapeLayer that deals with attributes files for shapefiles. 
com.bbn.openmap.plugin.esri A PlugIn package that handles ESRI shape files. 
 

Uses of DataBoundsProvider in com.bbn.openmap.graphicLoader.scenario
 

Classes in com.bbn.openmap.graphicLoader.scenario that implement DataBoundsProvider
 class ScenarioGraphicLoader
          The ScenarioGraphicLoader contains all the ScenarioGraphics and manages the time for the scenario.
 

Uses of DataBoundsProvider in com.bbn.openmap.gui
 

Methods in com.bbn.openmap.gui with parameters of type DataBoundsProvider
 void GoToMenu.addDataBoundsProvider(DataBoundsProvider provider)
           
 void GoToMenu.removeDataBoundsProvider(DataBoundsProvider provider)
           
 

Uses of DataBoundsProvider in com.bbn.openmap.gui.menu
 

Fields in com.bbn.openmap.gui.menu declared as DataBoundsProvider
protected  DataBoundsProvider DataBoundsViewMenuItem.provider
           
 

Constructors in com.bbn.openmap.gui.menu with parameters of type DataBoundsProvider
DataBoundsViewMenuItem(DataBoundsProvider dbp)
           
 

Uses of DataBoundsProvider in com.bbn.openmap.layer.asrp
 

Classes in com.bbn.openmap.layer.asrp that implement DataBoundsProvider
 class ASRPLayer
          The ASRPLayer displays ASRP data, which is an international, seamless imagery format, kind of like CADRG.
 

Uses of DataBoundsProvider in com.bbn.openmap.layer.shape
 

Classes in com.bbn.openmap.layer.shape that implement DataBoundsProvider
 class BufferedShapeLayer
          An OpenMap Layer that displays shape files.
 class MultiRoadLayer
          Imposes a road layer on the multi shape layer.
 class MultiShapeLayer
          An OpenMap Layer that displays multiple shape files.
 class ShapeLayer
          An OpenMap Layer that displays shape files.
 

Uses of DataBoundsProvider in com.bbn.openmap.layer.shape.areas
 

Classes in com.bbn.openmap.layer.shape.areas that implement DataBoundsProvider
 class AreaShapeLayer
          A Layer to use an AreaHandler to display geographic regions on OpenMap.
 

Uses of DataBoundsProvider in com.bbn.openmap.plugin.esri
 

Classes in com.bbn.openmap.plugin.esri that implement DataBoundsProvider
 class EsriPlugIn
          EsriPlugIn loads Esri shape file sets from web servers or local file systems, and it enables the creation of shape file sets.
 



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