|
Jeospace API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use SolarNodeID | |
| org.jeospace.physics.orbit | Contains interfaces and classes supporting physics based orbital mechanics. |
| Uses of SolarNodeID in org.jeospace.physics.orbit |
| Fields in org.jeospace.physics.orbit declared as SolarNodeID | |
static SolarNodeID |
SolarNodeID.VERNAL_EQUINOX
Vernal Equinox node identifier |
static SolarNodeID |
SolarNodeID.SUMMER_SOLSTICE
Summer Solstice node identifier |
static SolarNodeID |
SolarNodeID.AUTUMNAL_EQUINOX
Autumnal Equinox node identifier |
static SolarNodeID |
SolarNodeID.WINTER_SOLSTICE
Winter Solstice node identifier |
| Methods in org.jeospace.physics.orbit that return SolarNodeID | |
static SolarNodeID[] |
SolarNodeID.getSolarNodeID()
Return an array of the defined SolarNodeID objects |
| Methods in org.jeospace.physics.orbit with parameters of type SolarNodeID | |
static double |
SolarNode.getJulianDayAtNode(SolarNodeID node,
java.util.Calendar currentCalendar)
Get the double representation of the Julian Day for the specified node for the year of the specified Calendar. |
static double |
SolarNode.getJulianDayAtNode(SolarNodeID node,
double julianDay)
Get the double representation of the Julian Day for the specified node for the year of the specified Julian Day. |
static java.util.Calendar |
SolarNode.getCalendarAtNode(SolarNodeID node,
double julianDay)
Get the Calendar representation for the specified node
for the year of the specified Julian Day. |
static java.util.Calendar |
SolarNode.getCalendarAtNode(SolarNodeID node,
java.util.Calendar currentCalendar)
Get the Calendar representation for the specified node
for the year of the specified Calendar. |
|
Jeospace API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||