Package | Description |
---|---|
org.orekit.models.earth |
This package provides models that simulate certain physical phenomena
of Earth and the near-Earth environment.
|
org.orekit.time |
This independent package provides classes to handle epochs, time scales,
and to compare instants together.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ViennaModelCoefficientsLoader.loadViennaCoefficients(DateTimeComponents dateTimeComponents) |
Load the data for a given day.
|
Modifier and Type | Method | Description |
---|---|---|
DateTimeComponents |
AbsoluteDate.getComponents(int minutesFromUTC) |
Split the instance into date/time components for a local time.
|
DateTimeComponents |
AbsoluteDate.getComponents(TimeZone timeZone) |
Split the instance into date/time components for a time zone.
|
DateTimeComponents |
AbsoluteDate.getComponents(TimeScale timeScale) |
Split the instance into date/time components.
|
DateTimeComponents |
FieldAbsoluteDate.getComponents(int minutesFromUTC) |
Split the instance into date/time components for a local time.
|
DateTimeComponents |
FieldAbsoluteDate.getComponents(TimeZone timeZone) |
Split the instance into date/time components for a time zone.
|
DateTimeComponents |
FieldAbsoluteDate.getComponents(TimeScale timeScale) |
Split the instance into date/time components.
|
static DateTimeComponents |
DateTimeComponents.parseDateTime(String string) |
Parse a string in ISO-8601 format to build a date/time.
|
Modifier and Type | Method | Description |
---|---|---|
int |
DateTimeComponents.compareTo(DateTimeComponents other) |
|
double |
DateTimeComponents.offsetFrom(DateTimeComponents dateTime) |
Compute the seconds offset between two instances.
|
Constructor | Description |
---|---|
AbsoluteDate(DateTimeComponents location,
TimeScale timeScale) |
Build an instance from a location in a
time scale . |
DateTimeComponents(DateTimeComponents reference,
double offset) |
Build an instance from a seconds offset with respect to another one.
|
FieldAbsoluteDate(org.hipparchus.Field<T> field,
DateTimeComponents location,
TimeScale timeScale) |
Build an instance from a location in a
time scale . |
Copyright © 2002-2019 CS Systèmes d'information. All rights reserved.