class LunarInfoActions
extends java.lang.Object
Copyright (c) 2018
Constructor and Description |
---|
LunarInfoActions() |
Modifier and Type | Method and Description |
---|---|
protected void |
calcDistAndAngDiameter()
Calculate the Moon's distance and angular diameter.
|
protected void |
calcMoonPercentIllum()
Calculate percentage of the Moon's surface
that is illuminated as seen from Earth.
|
protected void |
calcMoonPhase()
Calculate the Moon's phase and age
|
protected void |
calcMoonPosition()
Calculate the position of the Moon, using the currently
loaded orbital elements and the current observer position.
|
protected void |
calcMoonRiseSet()
Calculate the times of Moonrise and Moonset.
|
protected void |
setTerminationCriteria()
Set the termination criteria for solving Kepler's equation
|
protected void calcDistAndAngDiameter()
protected void calcMoonPercentIllum()
protected void calcMoonPhase()
protected void calcMoonPosition()
protected void calcMoonRiseSet()
protected void setTerminationCriteria()