Uses of Class
org.orekit.time.DateTimeComponents
-
Packages that use DateTimeComponents 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. -
-
Uses of DateTimeComponents in org.orekit.models.earth
Methods in org.orekit.models.earth with parameters of type DateTimeComponents Modifier and Type Method Description void
ViennaModelCoefficientsLoader. loadViennaCoefficients(DateTimeComponents dateTimeComponents)
Load the data for a given day. -
Uses of DateTimeComponents in org.orekit.time
Methods in org.orekit.time that return DateTimeComponents 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.Methods in org.orekit.time with parameters of type DateTimeComponents Modifier and Type Method Description int
DateTimeComponents. compareTo(DateTimeComponents other)
double
DateTimeComponents. offsetFrom(DateTimeComponents dateTime)
Compute the seconds offset between two instances.Constructors in org.orekit.time with parameters of type DateTimeComponents Constructor Description AbsoluteDate(DateTimeComponents location, TimeScale timeScale)
Build an instance from a location in atime 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 atime scale
.
-