|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jeospace.physics.orbit.SolarNode
An abstract class containing utility functions for calculating the times of Earth's passages through the nodes.
Calendar,
SolarNodeID| Constructor Summary | |
protected |
SolarNode()
Restricted constructor |
| Method Summary | |
static java.util.Calendar |
getCalendarAtNode(SolarNodeID node,
java.util.Calendar currentCalendar)
Get the Calendar representation for the specified node
for the year of the specified Calendar. |
static java.util.Calendar |
getCalendarAtNode(SolarNodeID node,
double julianDay)
Get the Calendar representation for the specified node
for the year of the specified Julian Day. |
static double |
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 |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected SolarNode()
| Method Detail |
public static double getJulianDayAtNode(SolarNodeID node,
java.util.Calendar currentCalendar)
Calendar. This method is valid for the range
of Gregorian calendar years 1000 BC to 3000 AD.
node - the node identifiercurrentCalendar - the Calendar year of the node
public static double getJulianDayAtNode(SolarNodeID node,
double julianDay)
node - the node identifierjulianDay - the Julian Day
public static java.util.Calendar getCalendarAtNode(SolarNodeID node,
double julianDay)
Calendar representation for the specified node
for the year of the specified Julian Day. This method is valid for the range
of Gregorian calendar years 1000 BC to 3000 AD.
node - the node identifierjulianDay - the Julian Day
Calendar for the specified node
public static java.util.Calendar getCalendarAtNode(SolarNodeID node,
java.util.Calendar currentCalendar)
Calendar representation for the specified node
for the year of the specified Calendar. This method is valid for the range
of Gregorian calendar years 1000 BC to 3000 AD.
node - the node identifiercurrentCalendar - the Calendar year of the node
Calendar for the specified node
|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||