|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jeospace.physics.orbit.Visibility
Constant object identifiers of the visibility status of an orbital object
| Field Summary | |
static Visibility |
ASCENDING
ASCENDING - object is ascending across the defined horizon |
static Visibility |
DESCENDING
DESCENDING - object is decending across the defined horizon |
static Visibility |
DOWN
DOWN - object is not visible and is below the defined horizon |
static Visibility |
TRANSIT
TRANSIT - object is visible and is crossing the local meridian |
static Visibility |
UP
UP - object is visible above the defined horizon |
| Constructor Summary | |
protected |
Visibility(java.lang.String status)
Restricted Constructor |
| Method Summary | |
static Visibility |
get(Spherical horizontal,
Spherical previous_horizontal)
Return an instance of Visibility which
cooresponds with the horizontal coordinates of the object. |
java.lang.String |
toString()
Return the String representation of this object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final Visibility UP
public static final Visibility DOWN
public static final Visibility TRANSIT
public static final Visibility ASCENDING
public static final Visibility DESCENDING
| Constructor Detail |
protected Visibility(java.lang.String status)
| Method Detail |
public static Visibility get(Spherical horizontal,
Spherical previous_horizontal)
Visibility which
cooresponds with the horizontal coordinates of the object.
horizontal - the current horizontal coordinate of the objectprevious_horizontal - the previous horizontal coordinate of the object.
If no previous horizontal coordinate is given, then we presume an
Earth like situation, where the object is essentially stationary
and the position of the object in relation to the direction of the
Earth's rotation decides whether the object is ascending or descending.
I.E. if the object is to the East - it is presumed to be ascending,
to the West - it is presumed to be descending.
This may not be a valid convention in all circumstances.
Visibilitypublic java.lang.String toString()
String representation of this object
String representation of this object
|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||