class SolarSysInfoActions
extends java.lang.Object
Copyright (c) 2018
Constructor and Description |
---|
SolarSysInfoActions() |
Modifier and Type | Method and Description |
---|---|
protected void |
calcDistAndAngDiameter()
Calculate an object's distance and angular diameter.
|
protected void |
calcObjIllumination()
Calculate how much of an object is illuminated.
|
protected void |
calcObjMagnitude()
Calculate an object's (apparent) visual magnitude.
|
protected void |
calcObjMiscData()
Calculate miscellaneous data items about an object.
|
protected void |
calcObjPeriAphDist()
Calculate the distance an object will be from the Sun when
it passes through perhelion/aphelion.
|
protected void |
calcObjPosition()
Calculate the position of an object, using the currently
loaded orbital elements and the current observer position.
|
protected void |
calcObjRiseSet()
Calculate the times that an object will rise and set.
|
protected void |
calcPlanetPeriAphelion()
Calculate when a planet, including the Earth, will pass
through perihelion and aphelieon.
|
protected void |
setTerminationCriteria()
Set the termination criteria for solving Kepler's equation
|
protected void calcDistAndAngDiameter()
protected void calcObjIllumination()
protected void calcObjMagnitude()
protected void calcObjMiscData()
protected void calcObjPeriAphDist()
protected void calcObjPosition()
protected void calcObjRiseSet()
protected void calcPlanetPeriAphelion()
protected void setTerminationCriteria()