| 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(org.orekit.time.AbsoluteDate date,
org.orekit.time.TimeScale timeScale,
GPDateField.GPDateFormat dateFormat)
Format an AbsoluteDate in the specified format-origin.
|
void |
GPDateField.setFormat(GPDateField.GPDateFormat dateFormat)
Date format-origin setter.
|
void |
GPIntervalFormatAbsoluteDate.update(org.orekit.time.TimeScale timeScale,
GPDateField.GPDateFormat dateFormat)
Update the class attributes.
|
| Constructor and Description |
|---|
GPIntervalFormatAbsoluteDate(org.orekit.time.TimeScale timeScale,
GPDateField.GPDateFormat dateFormat)
Constructor.
|
Copyright © 2017. All rights reserved.