mhuss utils 1.1.5ws

Uses of Class
com.mhuss.AstroLib.ObsInfo

Packages that use ObsInfo
com.mhuss.AstroLib   
 

Uses of ObsInfo in com.mhuss.AstroLib
 

Methods in com.mhuss.AstroLib with parameters of type ObsInfo
 void PlanetData.calc(int planet, double jd, double deltaT, ObsInfo oi)
          Calculate the data for a given planet, julian day, and location.
 void PlanetData.calc(int planet, double jd, double deltaT, ObsInfo oi, boolean topoc_Corr, boolean lightT_Corr)
          Calculate the data for a given planet, julian day, and location.
 void PlanetData.calc(int planet, double jd, ObsInfo oi)
           
 double PlanetData.calcLon(int planet, double jd, ObsInfo oi)
          This calculates all LocationElements, then returns the longitude.
static TimePair RiseSet.getTimes(int rsType, double jd, ObsInfo oi)
          Calculate the rise/set (or start/end) times.
static TimePair RiseSet.getTimes(int rsType, double jd, ObsInfo oi, PlanetData pd)
          Calculate the rise/set (or start/end) times.
static double LunarCalc.quarterChange(double jd, ObsInfo loc)
          Calculate the relatively exact time of the lunar quarter change (NM, 1Q, FM, or 3Q).
static java.lang.String LunarCalc.summary(ObsInfo oi)
          Build a current lunar information summary String.
 

Constructors in com.mhuss.AstroLib with parameters of type ObsInfo
PlanetData(int planet, double jd, double deltaT, ObsInfo oi)
          Explicit (all parameters) constructor.
PlanetData(int planet, double jd, ObsInfo oi)
           
 


mhuss utils 1.1.5ws

bottom text