| Package | Description |
|---|---|
| fr.cnes.genopus.time |
Package containing all needed classes to create the widget for the Orekit's AbsoluteDate object.
|
| Modifier and Type | Method and Description |
|---|---|
GPDateField.GPDateFormat |
GPDateField.getFormat()
Date format-origin getter.
|
static GPDateField.GPDateFormat |
GPDateField.GPDateFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GPDateField.GPDateFormat[] |
GPDateField.GPDateFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
GPDateField.formatDate(fr.cnes.sirius.patrius.time.AbsoluteDate date,
fr.cnes.sirius.patrius.time.TimeScale timeScale,
GPDateField.GPDateFormat dateFormat)
Format an AbsoluteDate in the specified format-origin.
Allowed formats-origins: - Cal: <DD>/<MM>/<YYYY> <HH>h<MM>m<SS>s[<AAA>ms][<BBB>us][<CCC>ns] or <DD> <MM> <YYYY> <HH> <MM> <SS>[ <AAA>[ <BBB>[ <CCC>]]] - jj: ["-"]<Days>[ "."<FractionOfDay>][ "~1950"| "~2000"] - jj_sec: ["-"]<Days>[ <SecInDay> "." <SecInDayFraction>][ "~1950"| "~2000"] , with <FractionOfDay> up to 14 digits and <SecInDayFraction> up to 9 digits. |
void |
GPDateField.setFormat(GPDateField.GPDateFormat dateFormat)
Date format-origin setter.
|
void |
GPIntervalFormatAbsoluteDate.update(fr.cnes.sirius.patrius.time.TimeScale timeScale,
GPDateField.GPDateFormat dateFormat)
Update the class attributes.
|
| Constructor and Description |
|---|
GPIntervalFormatAbsoluteDate(fr.cnes.sirius.patrius.time.TimeScale timeScale,
GPDateField.GPDateFormat dateFormat)
Constructor.
|
Copyright © 2025. All rights reserved.