AstroLib
Class Solsys
java.lang.Object
|
+--AstroLib.Solsys
- public class Solsys
- extends java.lang.Object
Computation of the ecliptic spherical coordinates for Sun.
- See:
-
"Bretagnon, P. and Simon, J.L. (1986). Planetary Programs and
Tables from -4000 to + 2800. (Richmond, VA: Willmann-Bell)."
|
Field Summary |
protected static double[][] |
con
|
protected static double |
factor
|
protected double |
lat
|
protected double |
lng
|
protected double |
rad
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lng
protected double lng
lat
protected double lat
rad
protected double rad
factor
protected static final double factor
con
protected static final double[][] con
Solsys
public Solsys()
Solsys
public Solsys(double jdate)
setJDate
public void setJDate(double jdate)
getLng
public double getLng()
getLat
public double getLat()
getRad
public double getRad()
compute
protected void compute(double jdate)