|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Defines the requirements necessary to describe a world's physical characteristics and motions as they relate to being a part of an orbital system. Specifically:
Spherical,
Ellipsoid,
AngleNorm| Method Summary | |
Ellipsoid |
getEllipsoid()
Return the reference ellipsoid of the world |
double |
getGravitationalConstant()
Return the gravitational constant of the world. |
AngleNorm |
getLongitudeNormalization()
Return the normalization option to be used to format longitude coordinates. |
Spherical |
getRotationalAxis(double timeValue)
Return the position on the celestial sphere that is intersected by a vector along the rotational axis of the world - from it's origin, through the world's the North Pole. |
double |
getSiderealRotation(double timeValue)
Return the sidereal rotation of the world about it's axis at the specified instant in time. |
| Methods inherited from interface org.jeospace.physics.orbit.OrbitalBody |
getOrbitalElements |
| Methods inherited from interface org.jeospace.physics.KineticBody |
getCoordinate, getCoordinate, getReferenceFrame |
| Methods inherited from interface org.jeospace.designation.Identifiable |
getIdentification |
| Method Detail |
public Ellipsoid getEllipsoid()
public double getGravitationalConstant()
public Spherical getRotationalAxis(double timeValue)
Issues:
timeValue - the time instant at which to calculate the rotational axis alignment
public double getSiderealRotation(double timeValue)
Issues:
timeValue - the time instant at which to calculate the rotational axis
public AngleNorm getLongitudeNormalization()
AngleNorm)
worlds that are rotating in a right-hand positive direction about their 'north-pole'
are normalized as AngleNorm.FULL_REVOLUTION_NEGATIVE and worlds that are
rotating in a right-hand negative direction about their 'north-pole' are normalized
as AngleNorm.FULL_REVOLUTION_POSITIVE.
|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||