|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.astronomy.solarsystem.artificialsatellites.OrbitalState
public final class OrbitalState
Represents orbital state of the spacecraft at a point in time.
| Field Summary | |
|---|---|
double |
TSINCE
Timestamp of the orbital state, in seconds since the epoch of the known orbital state. |
double |
X
Position of the spacecraft at the point in time. |
double |
XDOT
Velocity of the spacecraft at the point in time. |
double |
Y
DOCUMENT ME! |
double |
YDOT
DOCUMENT ME! |
double |
Z
DOCUMENT ME! |
double |
ZDOT
DOCUMENT ME! |
| Constructor Summary | |
|---|---|
OrbitalState()
Constructs an instance of this class. |
|
| Method Summary | |
|---|---|
int |
compareTo(java.lang.Object obj)
Compares this instance of the given one. |
java.lang.String |
toString()
DOCUMENT ME! |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public double TSINCE
public double X
public double Y
public double Z
public double XDOT
public double YDOT
public double ZDOT
| Constructor Detail |
|---|
public OrbitalState()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic int compareTo(java.lang.Object obj)
compareTo in interface java.lang.Comparableobj - DOCUMENT ME!
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||