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

Packages that use LatLonData
ucar.unidata.gis.maps Geographic information: Map display information classes. 
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 LatLonData in ucar.unidata.gis.maps
 

Methods in ucar.unidata.gis.maps that return LatLonData
 LatLonData MapInfo.getLatData()
          Find and return the LatLonData object that represents the lat state
 LatLonData MapInfo.getLonData()
          Find and return the LatLonData object that represents the lon state
 

Methods in ucar.unidata.gis.maps with parameters of type LatLonData
 void LatLonData.initWith(LatLonData that)
          Initialize this object with the state from the given LatLonData
 

Constructors in ucar.unidata.gis.maps with parameters of type LatLonData
LatLonData(LatLonData that)
          Copy constructor
MapInfo(List mapDataList, LatLonData latData, LatLonData lonData, float mapPosition)
          Create the MapInfo object with the given MapData list, LatLonData and map position
 

Uses of LatLonData in ucar.unidata.idv.control
 

Subclasses of LatLonData in ucar.unidata.idv.control
static class MapDisplayControl.LatLonState
          This class holds the state associated with a given lat/lon
 

Methods in ucar.unidata.idv.control with parameters of type LatLonData
 void MapDisplayControl.LatLonState.initWith(LatLonData that)
          Copy the state from the given LatLonData
 

Constructors in ucar.unidata.idv.control with parameters of type LatLonData
MapDisplayControl.LatLonState(LatLonData that)
          Ctor for creating from a LatLonData
 

Uses of LatLonData in ucar.unidata.ui
 

Methods in ucar.unidata.ui that return LatLonData
 LatLonData MapWidget.getLatData()
          Return the latitude state
 LatLonData LatLonPanel.getLatLonData()
          Get the latlondata object
 LatLonData MapWidget.getLonData()
          The Longitude state
 

Methods in ucar.unidata.ui with parameters of type LatLonData
 void LatLonPanel.setLatLonData(LatLonData lld)
          Set the information that configures this.
 

Constructors in ucar.unidata.ui with parameters of type LatLonData
LatLonPanel(LatLonData lld)
          Create a LatLonPanel