| 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 |
|---|---|
GPDateOffsetField.GPOffsetFormat |
GPDateOffset.getCurrentFormat()
Getter for the offset format.
|
GPDateOffsetField.GPOffsetFormat |
GPDateOffsetField.getCurrentFormat()
Getter for the offset format.
|
static GPDateOffsetField.GPOffsetFormat |
GPDateOffsetField.GPOffsetFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GPDateOffsetField.GPOffsetFormat[] |
GPDateOffsetField.GPOffsetFormat.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 |
GPDateOffsetField.formatOffset(double offset,
GPDateOffsetField.GPOffsetFormat format,
fr.cnes.genius.unit.GUnit outUnit)
Formats a given offset in seconds into the given format and converting to the given units (unit
conversion is only needed if target format is fractional).
The allowed output formats are: - Cal: [-]<DD...>j<HH>h<MM>m<SS>s<AAA>ms<BBB>us<CCC>ns. - Fractional: [-]<Offset>[.<OffsetFraction>] ~<Unit> |
void |
GPDateOffset.setCurrentFormat(GPDateOffsetField.GPOffsetFormat offsetFormat)
Setter for the offset format.
|
void |
GPDateOffsetField.setCurrentFormat(GPDateOffsetField.GPOffsetFormat offsetFormat)
Setter for the offset format.
|
void |
GPIntervalFormatDateOffset.update(GPDateOffsetField.GPOffsetFormat format,
fr.cnes.genius.unit.GUnit unit)
Update the class attributes.
|
| Constructor and Description |
|---|
GPIntervalFormatDateOffset(GPDateOffsetField.GPOffsetFormat format,
fr.cnes.genius.unit.GUnit unit)
Constructor.
|
Copyright © 2025. All rights reserved.