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 voidViennaModelCoefficientsLoader. 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 DateTimeComponentsAbsoluteDate. getComponents(int minutesFromUTC)Split the instance into date/time components for a local time.DateTimeComponentsAbsoluteDate. getComponents(TimeZone timeZone)Split the instance into date/time components for a time zone.DateTimeComponentsAbsoluteDate. getComponents(TimeScale timeScale)Split the instance into date/time components.DateTimeComponentsFieldAbsoluteDate. getComponents(int minutesFromUTC)Split the instance into date/time components for a local time.DateTimeComponentsFieldAbsoluteDate. getComponents(TimeZone timeZone)Split the instance into date/time components for a time zone.DateTimeComponentsFieldAbsoluteDate. getComponents(TimeScale timeScale)Split the instance into date/time components.static DateTimeComponentsDateTimeComponents. 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 intDateTimeComponents. compareTo(DateTimeComponents other)doubleDateTimeComponents. 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.
-