Sky View Café - Java

org.shetline.astronomy
Class SaturnsMoons

java.lang.Object
  extended by org.shetline.astronomy.PlanetaryMoons
      extended by org.shetline.astronomy.SaturnsMoons

public class SaturnsMoons
extends PlanetaryMoons


Nested Class Summary
protected static class SaturnsMoons.OuterMoonInfo
           
 
Nested classes/interfaces inherited from class org.shetline.astronomy.PlanetaryMoons
PlanetaryMoons.MoonEvents, PlanetaryMoons.MoonInfo, PlanetaryMoons.MoonNameInfo
 
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
 
Constructor Summary
SaturnsMoons()
           
SaturnsMoons(SolarSystem solarSystem)
           
 
Method Summary
protected  PlanetaryMoons.MoonInfo[] getMoonPositionsAux(double time_JDE, boolean sunPerspective)
           
protected  SaturnsMoons.OuterMoonInfo solveOuterMoon(double e, double M, double a, double OMEGA, double i, double lambda1)
           
 
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
 

Field Detail

s1

protected static final double s1

c1

protected static final double c1

s2

protected static final double s2

c2

protected static final double c2
Constructor Detail

SaturnsMoons

public SaturnsMoons()

SaturnsMoons

public SaturnsMoons(SolarSystem solarSystem)
Method Detail

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)

Sky View Café - Java