Sky View Café - Java

org.shetline.astronomy
Class MeeusMoon

java.lang.Object
  extended by org.shetline.astronomy.EclipticBody
      extended by org.shetline.astronomy.MeeusMoon

public class MeeusMoon
extends EclipticBody


Nested Class Summary
protected static class MeeusMoon.LatitudeTerm
           
protected static class MeeusMoon.LongitudeTerm
           
 
Field Summary
protected  SphericalPosition3D cachedPosition
           
protected  double cachedTime
           
protected static String table
           
protected static MeeusMoon.LatitudeTerm[] termsB
           
protected static MeeusMoon.LongitudeTerm[] termsLR
           
 
Constructor Summary
MeeusMoon()
           
 
Method Summary
 SphericalPosition3D getEclipticPosition(double time_JDE, double precisionInArcseconds)
           
 void setPrecision(double arcseconds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cachedPosition

protected SphericalPosition3D cachedPosition

cachedTime

protected double cachedTime

termsLR

protected static MeeusMoon.LongitudeTerm[] termsLR

termsB

protected static MeeusMoon.LatitudeTerm[] termsB

table

protected static final String table
See Also:
Constant Field Values
Constructor Detail

MeeusMoon

public MeeusMoon()
Method Detail

getEclipticPosition

public SphericalPosition3D getEclipticPosition(double time_JDE,
                                               double precisionInArcseconds)
Specified by:
getEclipticPosition in class EclipticBody

setPrecision

public void setPrecision(double arcseconds)

Sky View Café - Java