|
Terrenus HRPT v2.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectterrenus.orbit.AbstractOrbitalElementSource
public abstract class AbstractOrbitalElementSource
The AbstractOrbitalElementSource
class implements
useful method for all orbital element sources.
Constructor Summary | |
---|---|
AbstractOrbitalElementSource()
|
Method Summary | |
---|---|
static java.util.Date |
getEpoch(java.lang.String[] elements)
Gets the element epoch date. |
static double |
getEpochOffset(java.lang.String[] elements,
java.util.Date date)
Computes the day offset from the element epoch. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface terrenus.orbit.OrbitalElementSource |
---|
getElements |
Constructor Detail |
---|
public AbstractOrbitalElementSource()
Method Detail |
---|
public static java.util.Date getEpoch(java.lang.String[] elements)
elements
- the two-line orbital element strings.
public static double getEpochOffset(java.lang.String[] elements, java.util.Date date)
elements
- the two-line orbital element strings.date
- the date to compute the offset.
|
Terrenus HRPT v2.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |