Uses of Class
ucar.unidata.idv.control.MapDisplayControl.LatLonState

Packages that use MapDisplayControl.LatLonState
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. 
 

Uses of MapDisplayControl.LatLonState in ucar.unidata.idv.control
 

Methods in ucar.unidata.idv.control that return MapDisplayControl.LatLonState
 MapDisplayControl.LatLonState MapDisplayControl.getLatState()
          Get the object that holds the latitude state
 MapDisplayControl.LatLonState MapDisplayControl.getLonState()
          Get the object that holds the longitude state
 

Methods in ucar.unidata.idv.control with parameters of type MapDisplayControl.LatLonState
 void MapDisplayControl.setLatState(MapDisplayControl.LatLonState value)
          Set the object that holds the latitude state
 void MapDisplayControl.setLonState(MapDisplayControl.LatLonState value)
          Set the object that holds the longitude state