|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jeospace.text.EpochFormatStyle
Constant objects representing the format style of an EpochFormat.
| Field Summary | |
static EpochFormatStyle |
CD
Constant indicating a compact date format as found in the orbital elements of comets for the time of periapsis. |
static EpochFormatStyle |
JULIAN_DAY
Constant indicating a Julian Day representation. |
static EpochFormatStyle |
MODIFIED_JULIAN_DAY
Constant indicating a Modified Julian Day representation. |
java.lang.String |
name
The name of the format type |
static EpochFormatStyle |
PACKED
Constant indicating a packed date format as found in the orbital elements of minor planets from the MPC. |
static EpochFormatStyle |
TLE
Constant indicating a Two Line Element format as found in NASA orbital elements. |
| Constructor Summary | |
protected |
EpochFormatStyle(java.lang.String name)
Construct a EpochFormatStyle object. |
| Method Summary | |
static EpochFormatStyle[] |
getEpochFormatStyles()
Return an array of the defined EpochFormatStyle objects |
java.lang.String |
toString()
Return a String representation ( the name String ) of this EpochFormatStyle object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final EpochFormatStyle JULIAN_DAY
public static final EpochFormatStyle MODIFIED_JULIAN_DAY
public static final EpochFormatStyle TLE
public static final EpochFormatStyle CD
public static final EpochFormatStyle PACKED
public final java.lang.String name
| Constructor Detail |
protected EpochFormatStyle(java.lang.String name)
EpochFormatStyle object.
name - the format type| Method Detail |
public static EpochFormatStyle[] getEpochFormatStyles()
EpochFormatStyle objects
EpochFormatStyle objectspublic java.lang.String toString()
EpochFormatStyle object.
EpochFormatStyle object
|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||