Package | Description |
---|---|
org.orekit.files.ccsds.definitions |
This package contains definitions for CCSDS objects (frames, time systems...).
|
org.orekit.models.earth.troposphere |
This package provides models that simulate the impact of the troposphere.
|
org.orekit.time |
This independent package provides classes to handle epochs, time scales,
and to compare instants together.
|
Modifier and Type | Method and Description |
---|---|
DateTimeComponents |
TimeConverter.components(AbsoluteDate date)
Generate calendar components.
|
Modifier and Type | Method and Description |
---|---|
void |
ViennaModelCoefficientsLoader.loadViennaCoefficients(DateTimeComponents dateTimeComponents)
Load the data for a given day.
|
Modifier and Type | Field and Description |
---|---|
static DateTimeComponents |
DateTimeComponents.JULIAN_EPOCH
The Julian Epoch.
|
Modifier and Type | Method and Description |
---|---|
DateTimeComponents |
FieldAbsoluteDate.getComponents(int minutesFromUTC)
Split the instance into date/time components for a local time.
|
DateTimeComponents |
AbsoluteDate.getComponents(int minutesFromUTC)
Split the instance into date/time components for a local time.
|
DateTimeComponents |
FieldAbsoluteDate.getComponents(int minutesFromUTC,
TimeScale utc)
Split the instance into date/time components for a local time.
|
DateTimeComponents |
AbsoluteDate.getComponents(int minutesFromUTC,
TimeScale utc)
Split the instance into date/time components for a local time.
|
DateTimeComponents |
FieldAbsoluteDate.getComponents(TimeScale timeScale)
Split the instance into date/time components.
|
DateTimeComponents |
AbsoluteDate.getComponents(TimeScale timeScale)
Split the instance into date/time components.
|
DateTimeComponents |
FieldAbsoluteDate.getComponents(TimeZone timeZone)
Split the instance into date/time components for a time zone.
|
DateTimeComponents |
AbsoluteDate.getComponents(TimeZone timeZone)
Split the instance into date/time components for a time zone.
|
DateTimeComponents |
FieldAbsoluteDate.getComponents(TimeZone timeZone,
TimeScale utc)
Split the instance into date/time components for a time zone.
|
DateTimeComponents |
AbsoluteDate.getComponents(TimeZone timeZone,
TimeScale utc)
Split the instance into date/time components for a time zone.
|
static DateTimeComponents |
DateTimeComponents.parseDateTime(String string)
Parse a string in ISO-8601 format to build a date/time.
|
Modifier and Type | Method and Description |
---|---|
int |
DateTimeComponents.compareTo(DateTimeComponents other) |
double |
DateTimeComponents.offsetFrom(DateTimeComponents dateTime)
Compute the seconds offset between two instances.
|
Constructor and 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(Field<T> field,
DateTimeComponents location,
TimeScale timeScale)
Build an instance from a location in a
time scale . |
Copyright © 2002-2022 CS GROUP. All rights reserved.