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
           
 
Constructor Summary
Solsys()
           
Solsys(double jdate)
           
 
Method Summary
protected  void compute(double jdate)
           
 double getLat()
           
 double getLng()
           
 double getRad()
           
 void setJDate(double jdate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lng

protected double lng

lat

protected double lat

rad

protected double rad

factor

protected static final double factor

con

protected static final double[][] con
Constructor Detail

Solsys

public Solsys()

Solsys

public Solsys(double jdate)
Method Detail

setJDate

public void setJDate(double jdate)

getLng

public double getLng()

getLat

public double getLat()

getRad

public double getRad()

compute

protected void compute(double jdate)