Uses of Class
ucar.unidata.gis.maps.MapData

Packages that use MapData
ucar.unidata.gis.maps Geographic information: Map display information classes. 
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.ui User interface utilities: extensions of AWT and Swing classes. 
 

Uses of MapData in ucar.unidata.gis.maps
 

Methods in ucar.unidata.gis.maps that return types with arguments of type MapData
 List<MapData> MapInfo.getMapDataList()
          Get the MapData property.
 

Constructors in ucar.unidata.gis.maps with parameters of type MapData
MapData(MapData that)
          A copy constructor
 

Uses of MapData in ucar.unidata.idv
 

Methods in ucar.unidata.idv that return types with arguments of type MapData
 List<MapData> IdvResourceManager.getMaps()
          _more_
 

Uses of MapData in ucar.unidata.idv.control
 

Subclasses of MapData in ucar.unidata.idv.control
static class MapDisplayControl.MapState
          This class holds the state associated with a given map
 

Constructors in ucar.unidata.idv.control with parameters of type MapData
MapDisplayControl.MapState(MapData that)
          ctor for instantiating from a MapData
MapDisplayControl(MapData mapData)
          Special constructor for creating a map display for a particular MapData
 

Uses of MapData in ucar.unidata.ui
 

Methods in ucar.unidata.ui that return MapData
 MapData MapPanel.getMapData()
          Get the MapData we represent
 

Constructors in ucar.unidata.ui with parameters of type MapData
MapPanel(MapData data)
          Create the MapPanel with the given MapData