Uses of Class
ucar.unidata.idv.MapViewManager

Packages that use MapViewManager
ucar.unidata.idv The idv package. 
ucar.unidata.idv.control DisplayControls for the IDV - A DisplayControl generally has a data depiction and a control window for modifying or interacting with the display. 
ucar.unidata.idv.control.multi The IDV MultiDisplay. 
ucar.unidata.idv.flythrough   
ucar.unidata.idv.ui User Interface (UI) classes for the IDV 
 

Uses of MapViewManager in ucar.unidata.idv
 

Constructors in ucar.unidata.idv with parameters of type MapViewManager
MapViewManager.ProjectionCommand(MapViewManager viewManager, String oldName, MapProjection oldProjection, String newName, MapProjection newProjection)
          ctor
 

Uses of MapViewManager in ucar.unidata.idv.control
 

Methods in ucar.unidata.idv.control that return MapViewManager
 MapViewManager DisplayControlImpl.getMapViewManager()
          A helper method for finding the MapViewManager this control displays in.
 MapViewManager Level2ColorCrossSectionControl.getMapViewManager()
          _more_
 MapViewManager RadarCrossSectionControl.getMapViewManager()
          _more_
 

Constructors in ucar.unidata.idv.control with parameters of type MapViewManager
MapDisplayControl(MapViewManager mapViewManager, MapInfo mapInfo)
          Special constructor for creating a map display for a particular MapViewManager
 

Uses of MapViewManager in ucar.unidata.idv.control.multi
 

Methods in ucar.unidata.idv.control.multi with parameters of type MapViewManager
 void ViewWrapper.setMapViewManager(MapViewManager value)
          Deprecated. Use setViewManager
 

Uses of MapViewManager in ucar.unidata.idv.flythrough
 

Methods in ucar.unidata.idv.flythrough that return MapViewManager
 MapViewManager Flythrough.getViewManager()
          _more_
 

Methods in ucar.unidata.idv.flythrough with parameters of type MapViewManager
 void Flythrough.init(MapViewManager viewManager)
          _more_
 void Flythrough.setViewManager(MapViewManager viewManager)
          _more_
 

Constructors in ucar.unidata.idv.flythrough with parameters of type MapViewManager
Flythrough(MapViewManager viewManager)
          _more_
 

Uses of MapViewManager in ucar.unidata.idv.ui
 

Constructors in ucar.unidata.idv.ui with parameters of type MapViewManager
EarthNavPanel(MapViewManager viewManager)
          ctor
EarthNavPanel(MapViewManager viewManager, Flythrough flythrough, boolean showAddress)
          _more_
PipPanel(MapViewManager mapViewManager)
          Create a NMP with a set of maps
PipPanel(MapViewManager mapViewManager, List defaultMaps)
          Create a NMP with a set of maps