Uses of Class
org.orekit.time.DateTimeComponents
Packages that use DateTimeComponents
Package
Description
This package contains definitions for CCSDS objects (frames, time systems...).
This package provides classes related to RINEX navigation files.
This package contains class managing the sections in RINEX files.
This package provides classes for implementing NeQuick ionosphere models.
This package provides models that simulate the impact of the troposphere.
This independent package provides classes to handle epochs, time scales,
and to compare instants together.
-
Uses of DateTimeComponents in org.orekit.files.ccsds.definitions
Methods in org.orekit.files.ccsds.definitions that return DateTimeComponentsModifier and TypeMethodDescriptionTimeConverter.components(AbsoluteDate date) Generate calendar components. -
Uses of DateTimeComponents in org.orekit.files.rinex.section
Methods in org.orekit.files.rinex.section that return DateTimeComponentsModifier and TypeMethodDescriptionRinexBaseHeader.getCreationDateComponents()Getter for the creation date of the file as a string.Methods in org.orekit.files.rinex.section with parameters of type DateTimeComponentsModifier and TypeMethodDescriptionvoidRinexBaseHeader.setCreationDateComponents(DateTimeComponents creationDateComponents) Setter for the creation date as a string. -
Uses of DateTimeComponents in org.orekit.models.earth.ionosphere.nequick
Methods in org.orekit.models.earth.ionosphere.nequick that return DateTimeComponentsModifier and TypeMethodDescriptionFieldFourierTimeSeries.getDateTime()Get date time components.FourierTimeSeries.getDateTime()Get date time components.NeQuickParameters.getDateTime()Get current date time components.Methods in org.orekit.models.earth.ionosphere.nequick with parameters of type DateTimeComponentsModifier and TypeMethodDescriptionNeQuickModel.computeFourierTimeSeries(DateTimeComponents dateTime, double az) Compute Fourier time series.<T extends CalculusFieldElement<T>>
FieldFourierTimeSeries<T> NeQuickModel.computeFourierTimeSeries(DateTimeComponents dateTime, T az) Compute Fourier time series.doubleNeQuickModel.electronDensity(DateTimeComponents dateTime, double az, double latitude, double longitude, double h) Computes the electron density at a given height.<T extends CalculusFieldElement<T>>
TNeQuickModel.electronDensity(DateTimeComponents dateTime, T az, T latitude, T longitude, T h) Computes the electron density at a given height.Constructors in org.orekit.models.earth.ionosphere.nequick with parameters of type DateTimeComponentsModifierConstructorDescriptionNeQuickParameters(DateTimeComponents dateTime, double[] flattenF2, double[] flattenFm3, double latitude, double longitude, double az, double modip) Build a new instance. -
Uses of DateTimeComponents in org.orekit.models.earth.troposphere
Methods in org.orekit.models.earth.troposphere with parameters of type DateTimeComponentsModifier and TypeMethodDescriptionvoidViennaModelCoefficientsLoader.loadViennaCoefficients(DateTimeComponents dateTimeComponents) Load the data for a given day. -
Uses of DateTimeComponents in org.orekit.time
Fields in org.orekit.time declared as DateTimeComponentsModifier and TypeFieldDescriptionstatic final DateTimeComponentsDateTimeComponents.JULIAN_EPOCHThe Julian Epoch.Methods in org.orekit.time that return DateTimeComponentsModifier and TypeMethodDescriptionAbsoluteDate.getComponents(int minutesFromUTC) Split the instance into date/time components for a local time.AbsoluteDate.getComponents(int minutesFromUTC, TimeScale utc) Split the instance into date/time components for a local time.AbsoluteDate.getComponents(TimeZone timeZone) Split the instance into date/time components for a time zone.AbsoluteDate.getComponents(TimeZone timeZone, TimeScale utc) Split the instance into date/time components for a time zone.AbsoluteDate.getComponents(TimeScale timeScale) Split the instance into date/time components.FieldAbsoluteDate.getComponents(int minutesFromUTC) Split the instance into date/time components for a local time.FieldAbsoluteDate.getComponents(int minutesFromUTC, TimeScale utc) Split the instance into date/time components for a local time.FieldAbsoluteDate.getComponents(TimeZone timeZone) Split the instance into date/time components for a time zone.FieldAbsoluteDate.getComponents(TimeZone timeZone, TimeScale utc) Split the instance into date/time components for a time zone.FieldAbsoluteDate.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.DateTimeComponents.roundIfNeeded(int minuteDuration, int fractionDigits) Round this date-time to the given precision if needed to prevent rounding up to an invalid seconds number.Methods in org.orekit.time with parameters of type DateTimeComponentsModifier and TypeMethodDescriptionintDateTimeComponents.compareTo(DateTimeComponents other) doubleDateTimeComponents.offsetFrom(DateTimeComponents dateTime) Compute the seconds offset between two instances.longDateTimeComponents.offsetFrom(DateTimeComponents dateTime, TimeUnit timeUnit) Compute the seconds offset between two instances.Constructors in org.orekit.time with parameters of type DateTimeComponentsModifierConstructorDescriptionAbsoluteDate(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.DateTimeComponents(DateTimeComponents reference, long offset, TimeUnit timeUnit) Build an instance from a seconds offset with respect to another one.DateTimeComponents(DateTimeComponents reference, TimeOffset 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 atime scale.