Uses of Interface
org.orekit.time.TimeScale
-
Packages that use TimeScale Package Description org.orekit.data This package provide base classes for exploring the configured data directory tree and read external data that can be used by the library.org.orekit.files.ccsds This package provides a parser for orbit data stored in CCSDS Orbit Data Message format.org.orekit.files.general This package provides interfaces for orbit file representations and corresponding parsers.org.orekit.files.sp3 This package provides a parser for orbit data stored in SP3 format.org.orekit.time This independent package provides classes to handle epochs, time scales, and to compare instants together.org.orekit.utils This package provides useful objects. -
-
Uses of TimeScale in org.orekit.data
Constructors in org.orekit.data with parameters of type TimeScale Constructor Description FundamentalNutationArguments(IERSConventions conventions, TimeScale timeScale, InputStream stream, String name)Build a model of fundamental arguments from an IERS table file.FundamentalNutationArguments(IERSConventions conventions, TimeScale timeScale, List<double[]> coefficients)Build a model of fundamental arguments from an IERS table file. -
Uses of TimeScale in org.orekit.files.ccsds
Methods in org.orekit.files.ccsds that return TimeScale Modifier and Type Method Description abstract TimeScaleCcsdsTimeScale. getTimeScale(IERSConventions conventions)Get the correspondingTimeScale.TimeScaleOEMFile.EphemeridesBlock. getTimeScale()Constructors in org.orekit.files.ccsds with parameters of type TimeScale Constructor Description StreamingOemWriter(Appendable writer, TimeScale timeScale, Map<Keyword,String> metadata)Create an OEM writer than streams data to the given output stream. -
Uses of TimeScale in org.orekit.files.general
Methods in org.orekit.files.general that return TimeScale Modifier and Type Method Description TimeScaleEphemerisFile.EphemerisSegment. getTimeScale()Get the time scale for this ephemeris segment.TimeScaleOrekitEphemerisFile.OrekitEphemerisSegment. getTimeScale()Constructors in org.orekit.files.general with parameters of type TimeScale Constructor Description OrekitEphemerisSegment(List<TimeStampedPVCoordinates> coordinates, Frame frame, String frameCenterString, double mu, TimeScale timeScale, int samples)constructor for OrekitEphemerisSegment. -
Uses of TimeScale in org.orekit.files.sp3
Methods in org.orekit.files.sp3 that return TimeScale Modifier and Type Method Description TimeScaleSP3File.SP3Ephemeris. getTimeScale() -
Uses of TimeScale in org.orekit.time
Classes in org.orekit.time that implement TimeScale Modifier and Type Class Description classBDTScaleBeidou system time scale.classGalileoScaleGalileo system time scale.classGLONASSScaleGLONASS time scale.classGMSTScaleGreenwich Mean Sidereal Time.classGPSScaleGPS time scale.classIRNSSScaleIRNSS time scale (also called IRNWT for IRNSS NetWork Time).classQZSSScaleQZSS time scale.classTAIScaleInternational Atomic Time.classTCBScaleBarycentric Coordinate Time.classTCGScaleGeocentric Coordinate Time.classTDBScaleBarycentric Dynamic Time.classTTScaleTerrestrial Time as defined by IAU(1991) recommendation IV.classUT1ScaleUniversal Time 1.classUTCScaleCoordinated Universal Time.Methods in org.orekit.time with parameters of type TimeScale Modifier and Type Method Description static AbsoluteDateAbsoluteDate. createJDDate(int jd, double secondsSinceNoon, TimeScale timeScale)Build an instance corresponding to a Julian Day date.static <T extends org.hipparchus.RealFieldElement<T>>
FieldAbsoluteDate<T>FieldAbsoluteDate. createJDDate(int jd, T secondsSinceNoon, TimeScale timeScale)Build an instance corresponding to a Julian Day date.static AbsoluteDateAbsoluteDate. createMJDDate(int mjd, double secondsInDay, TimeScale timeScale)Build an instance corresponding to a Modified Julian Day date.static <T extends org.hipparchus.RealFieldElement<T>>
FieldAbsoluteDate<T>FieldAbsoluteDate. createMJDDate(int mjd, T secondsInDay, TimeScale timeScale)Build an instance corresponding to a Modified Julian Day date.DateTimeComponentsAbsoluteDate. getComponents(TimeScale timeScale)Split the instance into date/time components.DateTimeComponentsFieldAbsoluteDate. getComponents(TimeScale timeScale)Split the instance into date/time components.doubleAbsoluteDate. offsetFrom(AbsoluteDate instant, TimeScale timeScale)Compute the apparent clock offset between two instant in the perspective of a specifictime scale.TFieldAbsoluteDate. offsetFrom(FieldAbsoluteDate<T> instant, TimeScale timeScale)Compute the apparent clock offset between two instant in the perspective of a specifictime scale.doubleAbsoluteDate. timeScalesOffset(TimeScale scale1, TimeScale scale2)Compute the offset between two time scales at the current instant.TFieldAbsoluteDate. timeScalesOffset(TimeScale scale1, TimeScale scale2)Compute the offset between two time scales at the current instant.DateAbsoluteDate. toDate(TimeScale timeScale)Convert the instance to a JavaDate.DateFieldAbsoluteDate. toDate(TimeScale timeScale)Convert the instance to a JavaDate.StringAbsoluteDate. toString(TimeScale timeScale)Get a String representation of the instant location.StringFieldAbsoluteDate. toString(TimeScale timeScale)Get a String representation of the instant location.Constructors in org.orekit.time with parameters of type TimeScale Constructor Description AbsoluteDate(int year, int month, int day, int hour, int minute, double second, TimeScale timeScale)Build an instance from a location in atime scale.AbsoluteDate(int year, int month, int day, TimeScale timeScale)Build an instance from a location in atime scale.AbsoluteDate(int year, Month month, int day, int hour, int minute, double second, TimeScale timeScale)Build an instance from a location in atime scale.AbsoluteDate(int year, Month month, int day, TimeScale timeScale)Build an instance from a location in atime scale.AbsoluteDate(String location, TimeScale timeScale)Build an instance from a location (parsed from a string) in atime scale.AbsoluteDate(Date location, TimeScale timeScale)Build an instance from a location in atime scale.AbsoluteDate(AbsoluteDate reference, double apparentOffset, TimeScale timeScale)Build an instance from an apparent clock offset with respect to another instant in the perspective of a specifictime scale.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.AbsoluteDate(DateTimeComponents location, TimeScale timeScale)Build an instance from a location in atime scale.BurstSelector(int maxBurstSize, double highRateStep, double burstPeriod, TimeScale alignmentTimeScale)Simple constructor.FieldAbsoluteDate(org.hipparchus.Field<T> field, int year, int month, int day, int hour, int minute, double second, TimeScale timeScale)Build an instance from a location in atime scale.FieldAbsoluteDate(org.hipparchus.Field<T> field, int year, int month, int day, TimeScale timeScale)Build an instance from a location in atime scale.FieldAbsoluteDate(org.hipparchus.Field<T> field, int year, Month month, int day, int hour, int minute, double second, TimeScale timeScale)Build an instance from a location in atime scale.FieldAbsoluteDate(org.hipparchus.Field<T> field, int year, Month month, int day, TimeScale timeScale)Build an instance from a location in atime scale.FieldAbsoluteDate(org.hipparchus.Field<T> field, String location, TimeScale timeScale)Build an instance from a location (parsed from a string) in atime scale.FieldAbsoluteDate(org.hipparchus.Field<T> field, Date location, TimeScale timeScale)Build an instance from a location in atime scale.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.FieldAbsoluteDate(org.hipparchus.Field<T> field, DateTimeComponents location, TimeScale timeScale)Build an instance from a location in atime scale.FieldAbsoluteDate(FieldAbsoluteDate<T> reference, double apparentOffset, TimeScale timeScale)Build an instance from an apparent clock offset with respect to another instant in the perspective of a specifictime scale.FixedStepSelector(double step, TimeScale alignmentTimeScale)Simple constructor. -
Uses of TimeScale in org.orekit.utils
Methods in org.orekit.utils with parameters of type TimeScale Modifier and Type Method Description TimeScalarFunctionIERSConventions. getEarthOrientationAngleFunction(TimeScale ut1)Get the function computing the raw Earth Orientation Angle.abstract TimeScalarFunctionIERSConventions. getGASTFunction(TimeScale ut1, EOPHistory eopHistory)Get the function computing Greenwich apparent sidereal time, in radians.abstract TimeScalarFunctionIERSConventions. getGMSTFunction(TimeScale ut1)Get the function computing Greenwich mean sidereal time, in radians.abstract TimeScalarFunctionIERSConventions. getGMSTRateFunction(TimeScale ut1)Get the function computing Greenwich mean sidereal time rate, in radians per second.abstract FundamentalNutationArgumentsIERSConventions. getNutationArguments(TimeScale timeScale)Get the fundamental nutation arguments.abstract TimeVectorFunctionIERSConventions. getTideFrequencyDependenceFunction(TimeScale ut1)Get the function computing frequency dependent terms (ΔC₂₀, ΔC₂₁, ΔS₂₁, ΔC₂₂, ΔS₂₂).
-