Uses of Class
edu.nrao.sss.model.project.scan.AntennaWrap

Packages that use AntennaWrap
edu.nrao.sss.model.project.scan Scan object model. 
edu.nrao.sss.model.resource.evla EVLA hardware classes. 
 

Uses of AntennaWrap in edu.nrao.sss.model.project.scan
 

Methods in edu.nrao.sss.model.project.scan that return AntennaWrap
static AntennaWrap AntennaWrap.fromString(String text)
          Returns the antenna wrap represented by text.
 AntennaWrap Scan.getAntennaWrap()
          Returns the antenna wrapping direction for this scan.
static AntennaWrap AntennaWrap.getDefault()
          Returns a default antenna wrap.
static AntennaWrap AntennaWrap.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AntennaWrap[] AntennaWrap.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.nrao.sss.model.project.scan with parameters of type AntennaWrap
 void Scan.setAntennaWrap(AntennaWrap wrap)
          Sets the antenna wrapping direction for this scan.
 

Uses of AntennaWrap in edu.nrao.sss.model.resource.evla
 

Methods in edu.nrao.sss.model.resource.evla that return AntennaWrap
 AntennaWrap EvlaTelescopeMotionSimulator.getCurrentAntennaWrap()
          Returns which AntennaWrap this simulator is currently on using the following rules.
 

Methods in edu.nrao.sss.model.resource.evla with parameters of type AntennaWrap
 TimeDuration EvlaTelescopeMotionSimulator.moveTo(Longitude azStart, Latitude elStart, Longitude azEnd, Latitude elEnd, AntennaWrap wrap, boolean goOverTheTop)
          Returns the estimated move time from our current saved position to az, el.
 void EvlaTelescopeMotionSimulator.setCurrentAntennaAzimuth(Longitude a, AntennaWrap w)
          sets the current Antenna Az to a Angle equivalent to a at wrap w.
static Angle EvlaTelescopeMotionSimulator.toAntennaAzimuth(Longitude az, AntennaWrap w)
          Returns an Angle in degrees between -85 and 445 degrees that represents az at AntennaWrap w.
 

Constructors in edu.nrao.sss.model.resource.evla with parameters of type AntennaWrap
EvlaTelescopeMotionSimulator(Longitude startAz, Latitude startEl, AntennaWrap wrap)
          Creates a EvlaTelescopeMotionSimulator with an initial position of startAz and startEl that is on wrap wrap.
 



Copyright © 2009. All Rights Reserved.