Uses of Class
org.orekit.time.DateComponents
-
Packages that use DateComponents Package Description org.orekit.forces.drag.atmosphere.data This package provides classes to get atmospheric data, including solar flux and planetary geomagnetic indices.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 DateComponents in org.orekit.forces.drag.atmosphere.data
Methods in org.orekit.forces.drag.atmosphere.data that return DateComponents Modifier and Type Method Description DateComponentsMarshallSolarActivityFutureEstimation. getFileDate(AbsoluteDate date)Get the date of the file from which data at the specified date comes from. -
Uses of DateComponents in org.orekit.models.earth
Methods in org.orekit.models.earth with parameters of type DateComponents Modifier and Type Method Description voidKlobucharIonoCoefficientsLoader. loadKlobucharIonosphericCoefficients(DateComponents dateComponents)Load the data for a given day. -
Uses of DateComponents in org.orekit.time
Fields in org.orekit.time declared as DateComponents Modifier and Type Field Description static DateComponentsDateComponents. CCSDS_EPOCHReference epoch for CCSDS Time Code Format (CCSDS 301.0-B-4): 1958-01-01.static DateComponentsDateComponents. FIFTIES_EPOCHReference epoch for 1950 dates: 1950-01-01.static DateComponentsDateComponents. GALILEO_EPOCHReference epoch for Galileo System Time: 1999-08-22.static DateComponentsDateComponents. GPS_EPOCHReference epoch for GPS weeks: 1980-01-06.static DateComponentsDateComponents. J2000_EPOCHJ2000.0 Reference epoch: 2000-01-01.static DateComponentsDateComponents. JAVA_EPOCHJava Reference epoch: 1970-01-01.static DateComponentsDateComponents. JULIAN_EPOCHReference epoch for julian dates: -4712-01-01.static DateComponentsDateComponents. MAX_EPOCHMaximum supported date.static DateComponentsDateComponents. MIN_EPOCHMaximum supported date.static DateComponentsDateComponents. MODIFIED_JULIAN_EPOCHReference epoch for modified julian dates: 1858-11-17.Methods in org.orekit.time that return DateComponents Modifier and Type Method Description static DateComponentsDateComponents. createFromWeekComponents(int wYear, int week, int dayOfWeek)Build a date from week components.DateComponentsDateTimeComponents. getDate()Get the date component.DateComponentsOffsetModel. getStart()Get the date of the offset start.static DateComponentsDateComponents. parseDate(String string)Parse a string in ISO-8601 format to build a date.Methods in org.orekit.time with parameters of type DateComponents Modifier and Type Method Description intDateComponents. compareTo(DateComponents other)doubleBDTScale. offsetToTAI(DateComponents date, TimeComponents time)Get the offset to convert locations from instance toTAIScale.doubleGalileoScale. offsetToTAI(DateComponents date, TimeComponents time)Get the offset to convert locations from instance toTAIScale.doubleGLONASSScale. offsetToTAI(DateComponents date, TimeComponents time)Get the offset to convert locations from instance toTAIScale.doubleGPSScale. offsetToTAI(DateComponents date, TimeComponents time)Get the offset to convert locations from instance toTAIScale.doubleIRNSSScale. offsetToTAI(DateComponents date, TimeComponents time)Get the offset to convert locations from instance toTAIScale.doubleQZSSScale. offsetToTAI(DateComponents date, TimeComponents time)Get the offset to convert locations from instance toTAIScale.doubleTAIScale. offsetToTAI(DateComponents date, TimeComponents time)Get the offset to convert locations from instance toTAIScale.default doubleTimeScale. offsetToTAI(DateComponents date, TimeComponents time)Get the offset to convert locations from instance toTAIScale.doubleTTScale. offsetToTAI(DateComponents date, TimeComponents time)Get the offset to convert locations from instance toTAIScale.doubleUTCScale. offsetToTAI(DateComponents date, TimeComponents time)Get the offset to convert locations from instance toTAIScale.static AbsoluteDateAbsoluteDate. parseCCSDSDaySegmentedTimeCode(byte preambleField, byte[] timeField, DateComponents agencyDefinedEpoch)Build an instance from a CCSDS Day Segmented Time Code (CDS).static <T extends org.hipparchus.RealFieldElement<T>>
FieldAbsoluteDate<T>FieldAbsoluteDate. parseCCSDSDaySegmentedTimeCode(org.hipparchus.Field<T> field, byte preambleField, byte[] timeField, DateComponents agencyDefinedEpoch)Build an instance from a CCSDS Day Segmented Time Code (CDS).Constructors in org.orekit.time with parameters of type DateComponents Constructor Description AbsoluteDate(DateComponents date, TimeComponents time, TimeScale timeScale)Build an instance from a location in atime scale.AbsoluteDate(DateComponents date, TimeScale timeScale)Build an instance from a location in atime scale.DateComponents(DateComponents epoch, int offset)Build a date from its offset with respect to a reference epoch.DateTimeComponents(DateComponents date, TimeComponents time)Build a new instance from its components.FieldAbsoluteDate(org.hipparchus.Field<T> field, DateComponents date, TimeComponents time, TimeScale timeScale)Build an instance from a location in atime scale.FieldAbsoluteDate(org.hipparchus.Field<T> field, DateComponents date, TimeScale timeScale)Build an instance from a location in atime scale.OffsetModel(DateComponents start, int offset)Constructor for a constant offset model.OffsetModel(DateComponents start, int mjdRef, double offset, double slope)Constructor for a linear offset model.
-