|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jeospace.text.EpochFormat
A utility for supporting various formats of date and time representations as found in orbital element data sources.
EpochFormatStyle| Constructor Summary | |
EpochFormat(EpochFormatStyle style)
Construct an EpochFormat object initialized to format and parse
Epochs per the argument style |
|
| Method Summary | |
java.lang.String |
format(Epoch epoch)
Return the String for the Epoch |
EpochFormatStyle |
getEpochFormatStyle()
Return the EpochFormatStyle object |
Epoch |
parse(java.lang.String value)
Return the Epoch that cooresponds to the argument value |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EpochFormat(EpochFormatStyle style)
EpochFormat object initialized to format and parse
Epochs per the argument style
style - The style identifier| Method Detail |
public EpochFormatStyle getEpochFormatStyle()
EpochFormatStyle object
EpochFormatStyle objectpublic Epoch parse(java.lang.String value)
value - the String to convert
public java.lang.String format(Epoch epoch)
String for the Epoch in the instantiated style
- Parameters:
epoch - The Epoch
- Returns:
- the
String value
|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||