|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GPDateException | |
|---|---|
| fr.cnes.genopus.time | Package containing all needed classes to create the widget for the Orekit's AbsoluteDate object. |
| Uses of GPDateException in fr.cnes.genopus.time |
|---|
| Methods in fr.cnes.genopus.time that throw GPDateException | |
|---|---|
void |
GPAbsoluteDate.after(fr.cnes.genius.main.GEvent e)
|
void |
GPDateOffsetField.after(fr.cnes.genius.main.GEvent e)
|
void |
GPDateField.after(fr.cnes.genius.main.GEvent e)
|
void |
GPDateOffset.after(fr.cnes.genius.main.GEvent e)
|
static org.orekit.time.AbsoluteDate |
GPDateUtils.computeDate(org.orekit.time.AbsoluteDate dateOrigin,
int jjFromOrigin,
double secOfDay,
org.orekit.time.TimeScale timeScale)
Compute an AbsoluteDate from an origin with an elapsed time given by a number of integer days and the seconds of day in a given time scale. |
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). |
static String |
GPDateOffsetField.formatOffsetCal(double offset)
Formats a given offset in seconds to the calendar format: [-]<DD... |
static org.orekit.time.TimeScale |
GPAbsoluteDate.getOrekitTimeScale(GPAbsoluteDate.GPDateTimeScale dateTimeScale)
Getter for the Orekit TimeScale associated to a Genopus DateTimeScale. |
static void |
GPDateUtils.isWithinLimits(org.orekit.time.AbsoluteDate date)
Checks if a date is within the limits defined to allow calendar representation. |
static void |
GPDateUtils.isWithinLimits(org.orekit.time.AbsoluteDate dateOrigin,
double secsFromOrigin,
org.orekit.time.TimeScale timeScale)
Checks if a date is within the limits defined to allow calendar representation. |
static org.orekit.time.AbsoluteDate |
GPDateField.parseDateCal(String stringDate,
org.orekit.time.TimeScale timeScale)
Parse a given date string in calendar format as an AbsoluteDate. |
static org.orekit.time.AbsoluteDate |
GPDateField.parseDateISO8601(String stringDate,
org.orekit.time.TimeScale timeScale)
Parse a given date string in ISO-8601 format as an AbsoluteDate. |
org.orekit.time.AbsoluteDate |
GPDateField.parseDateJJ(String stringDate,
org.orekit.time.TimeScale timeScale)
Parse a given date string in jj format as an AbsoluteDate. |
org.orekit.time.AbsoluteDate |
GPDateField.parseDateJJSec(String stringDate,
org.orekit.time.TimeScale timeScale)
Parse a given date string in jj_sec format as an AbsoluteDate. |
org.orekit.time.AbsoluteDate |
GPDateField.parseDateString(String stringDate,
org.orekit.time.TimeScale timeScale)
Parse a given date string as an AbsoluteDate. |
static double |
GPDateOffsetField.parseOffset(String stringOffset,
fr.cnes.genius.unit.GUnit inUnit)
Parse a given offset as a real number of seconds. |
void |
GPDateOffsetField.setCurrentUnit(fr.cnes.genius.unit.GUnit offsetUnit)
Setter for the offset unit. |
void |
GPDateOffset.setDefaultOffset(double defaultOffset)
Setter for the default offset value in seconds. |
void |
GPDateOffsetField.setOffset(double offset)
Setter for the offset value in seconds. |
void |
GPDateOffset.setOffset(double offset)
Setter for the offset value in seconds. |
void |
GPDateOffset.setSavedOffset(double savedOffset)
Setter for the reference offset value in seconds. |
void |
GPAbsoluteDate.setTimeScale(GPAbsoluteDate.GPDateTimeScale timeScale)
Method to modify the time scale in the widget. |
void |
GPDateOffset.setUnit(fr.cnes.genius.unit.GUnit offsetUnit)
Setter for the offset unit. |
void |
GPDateOffsetField.setValue(String stringOffset)
Set offset from string. |
void |
GPDateField.setValue(String stringDate)
Set date from string. |
void |
GPDateOffset.setValue(String stringOffset)
Set offset from string. |
| Constructors in fr.cnes.genopus.time that throw GPDateException | |
|---|---|
GPDateInterval(org.orekit.utils.AbsoluteDateInterval okInterval,
org.orekit.utils.AbsoluteDateInterval warnInterval)
Constructor of the date interval with OK and WARN zones. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||