|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jeospace.physics.orbit.AnomalyType
Constant object identifiers of the type of orbital anomaly.
| Field Summary | |
static AnomalyType |
MEAN
Constant indicating mean anomaly |
java.lang.String |
name
The name of the anomaly type |
static AnomalyType |
TRUE
Constant indicating true anomaly |
| Constructor Summary | |
protected |
AnomalyType(java.lang.String name)
Construct a AnomalyType object. |
| Method Summary | |
java.lang.String |
toString()
Return a String representation ( the name String ) of this AnomalyType object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final AnomalyType MEAN
public static final AnomalyType TRUE
public final java.lang.String name
| Constructor Detail |
protected AnomalyType(java.lang.String name)
AnomalyType object.
name - the angle's direction| Method Detail |
public java.lang.String toString()
AnomalyType object.
AnomalyType object
|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||