org.shetline.astronomy
Class SaturnsMoons
java.lang.Object
  
org.shetline.astronomy.PlanetaryMoons
      
org.shetline.astronomy.SaturnsMoons
public class SaturnsMoons
- extends PlanetaryMoons
 
 
 
| 
Field Summary | 
protected static double | 
c1
 
            | 
protected static double | 
c2
 
            | 
protected static double | 
s1
 
            | 
protected static double | 
s2
 
            | 
 
| Fields inherited from class org.shetline.astronomy.PlanetaryMoons | 
AS_SEEN_FROM_EARTH, AS_SEEN_FROM_SUN, CACHE_SIZE, cachedMoons, cachedTimes, flattening, MOON_EVENT_EC_D, MOON_EVENT_EC_R, MOON_EVENT_OC_D, MOON_EVENT_OC_R, MOON_EVENT_SH_E, MOON_EVENT_SH_I, MOON_EVENT_TR_E, MOON_EVENT_TR_I, MOON_ITSELF, MOON_SHADOW, moonNumbers, namesList, solarSystem, v_max | 
 
 
 
| Methods inherited from class org.shetline.astronomy.PlanetaryMoons | 
getMoonByName, getMoonEventsForOneMinuteSpan, getMoonEventsForOneMinuteSpan, getMoonName, getMoonName, getMoonNumber, getMoonPosition, getMoonPosition, getMoonPositions, getMoonPositions, getMoonPositions, registerMoonNames | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
s1
protected static final double s1
c1
protected static final double c1
s2
protected static final double s2
c2
protected static final double c2
SaturnsMoons
public SaturnsMoons()
SaturnsMoons
public SaturnsMoons(SolarSystem solarSystem)
getMoonPositionsAux
protected PlanetaryMoons.MoonInfo[] getMoonPositionsAux(double time_JDE,
                                                        boolean sunPerspective)
- Specified by:
 getMoonPositionsAux in class PlanetaryMoons
 
 
solveOuterMoon
protected SaturnsMoons.OuterMoonInfo solveOuterMoon(double e,
                                                    double M,
                                                    double a,
                                                    double OMEGA,
                                                    double i,
                                                    double lambda1)