class SolarInfoActions
extends java.lang.Object
Copyright (c) 2018
Constructor and Description |
---|
SolarInfoActions() |
Modifier and Type | Method and Description |
---|---|
protected void |
calcDistAndAngDiameter()
Calculate the Sun's distance and angular diameter.
|
protected void |
calcEqOfTime()
Calculate the equation of time.
|
protected void |
calcEquinoxesSolstices()
Calculate the times of the equinoxes and solstices.
|
protected void |
calcSunPosition()
Calculate the position of the Sun, using the currently loaded orbital
elements and the current observer position.
|
protected void |
calcSunRiseSet()
Calculate the times of sunrise and sunset.
|
protected void |
setTerminationCriteria()
Set the termination criteria for solving Kepler's equation
|
protected void calcDistAndAngDiameter()
protected void calcEqOfTime()
protected void calcEquinoxesSolstices()
protected void calcSunPosition()
protected void calcSunRiseSet()
protected void setTerminationCriteria()