Uses of Interface
org.orekit.time.TimeScale
Packages that use TimeScale
Package
Description
This package provides interface to represent the position and geometry of
space objects such as stars, planets or asteroids.
This package provide base classes for exploring the configured data
directory tree and read external data that can be used by the library.
This package contains definitions for CCSDS objects (frames, time systems...).
This package provides interfaces for orbit file representations and corresponding
parsers.
This package provides parsers for laser ranging data stored in CDR and CPF formats.
This package provides classes related to navigation clock files.
This package provides classes related to RINEX navigation files.
This package provides parsers for the various RINEX navigation messages.
This package provides classes related to RINEX observation files.
This package provides classes related to station data.
This package provides all drag-related forces.
This package provides classes to read gravity field files and supports several
different formats.
This package provides all radiation pressure related forces.
This package provides classes to handle frames and transforms between them.
This package provides classes related to GNSS applications.
This package provides classes related to receiver and satellites antenna modeling.
This package provides the atmosphere model interface and several implementations.
This package provides classes to get atmospheric data,
including solar flux and planetary geomagnetic indices.
This package provides models that simulate the impact of the ionosphere.
This package provides classes for implementing NeQuick ionosphere models.
This package provides models that simulate the impact of the troposphere.
This package contains class for the troposphere model OTU-4 P.834.
This package provides models that simulate global weather conditions on Earth.
This package provides classes related to navigation data containing in
GNSS almanacs and navigation messages.
This package provides classes to read and extrapolate tle's.
This package provides classes related to TLE generation.
This package provides the ability to convert osculating orbits into mean orbits
according to different theories (Brouwer-Lyddane, Eckstein-Hechler, SGP4/SDP4,
DSST) with different conversion algorithms (fixed-point, least-squares).
Top level package for CR3BP Models used with a numerical propagator.
This independent package provides classes to handle epochs, time scales,
and to compare instants together.
This package provides useful objects.
-
Uses of TimeScale in org.orekit.bodies
Methods in org.orekit.bodies with parameters of type TimeScaleModifier and TypeMethodDescriptionstatic CR3BPSystemCR3BPFactory.getSunEarthCR3BP(AbsoluteDate date, TimeScale timeScale) Get the Sun-Earth CR3BP singleton bodies pair.static CR3BPSystemCR3BPFactory.getSunJupiterCR3BP(AbsoluteDate date, TimeScale timeScale) Get the Sun-Jupiter CR3BP singleton bodies pair. -
Uses of TimeScale in org.orekit.data
Constructors in org.orekit.data with parameters of type TimeScaleModifierConstructorDescriptionFundamentalNutationArguments(IERSConventions conventions, TimeScale timeScale, InputStream stream, String name) Build a model of fundamental arguments from an IERS table file.FundamentalNutationArguments(IERSConventions conventions, TimeScale timeScale, InputStream stream, String name, TimeScales timeScales) 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.FundamentalNutationArguments(IERSConventions conventions, TimeScale timeScale, List<double[]> coefficients, TimeScales timeScales) Build a model of fundamental arguments from an IERS table file. -
Uses of TimeScale in org.orekit.files.ccsds.definitions
Methods in org.orekit.files.ccsds.definitions that return TimeScaleConstructors in org.orekit.files.ccsds.definitions with parameters of type TimeScaleModifierConstructorDescriptionTimeConverter(TimeScale timeScale, AbsoluteDate referenceDate) Build a time system. -
Uses of TimeScale in org.orekit.files.general
Methods in org.orekit.files.general with parameters of type TimeScaleModifier and TypeMethodDescriptionOrekitEphemerisFile.OrekitSatelliteEphemeris.addNewSegment(List<SpacecraftState> states, CelestialBody body, int interpolationSampleSize, TimeScale timeScale) Injects pre-computed satellite states into this ephemeris file object, returning the generatedOrekitEphemerisFile.OrekitEphemerisSegmentthat has been stored internally. -
Uses of TimeScale in org.orekit.files.ilrs
Methods in org.orekit.files.ilrs that return TimeScaleModifier and TypeMethodDescriptionCPF.getTimeScale()Get the time scale used in CPF file.CRDParser.getTimeScale()Get the time scale used to read the file.Methods in org.orekit.files.ilrs with parameters of type TimeScaleModifier and TypeMethodDescriptionvoidCPF.setTimeScale(TimeScale timeScale) Set the time scale.abstract voidStreamingCpfWriter.HeaderLineWriter.write(CPFHeader cpfHeader, Appendable cpfWriter, TimeScale timescale) Write a line.Constructors in org.orekit.files.ilrs with parameters of type TimeScaleModifierConstructorDescriptionCPFParser(double mu, int interpolationSamples, IERSConventions iersConventions, TimeScale utc, Frames frames) Constructor.Constructor.Constructor.Constructor.StreamingCpfWriter(Appendable writer, TimeScale timeScale, CPFHeader header) Create a CPF writer than streams data to the given output stream.StreamingCpfWriter(Appendable writer, TimeScale timeScale, CPFHeader header, boolean velocityFlag) Create a CPF writer than streams data to the given output stream. -
Uses of TimeScale in org.orekit.files.rinex.clock
Methods in org.orekit.files.rinex.clock that return TimeScaleMethods in org.orekit.files.rinex.clock with parameters of type TimeScaleModifier and TypeMethodDescriptionvoidRinexClockHeader.setTimeScale(TimeScale timeScale) Set the system time scale. -
Uses of TimeScale in org.orekit.files.rinex.observation
Constructor parameters in org.orekit.files.rinex.observation with type arguments of type TimeScaleModifierConstructorDescriptionRinexObservationParser(Function<? super String, ? extends ObservationType> typeBuilder, BiFunction<SatelliteSystem, TimeScales, ? extends TimeScale> timeScaleBuilder, TimeScales timeScales) Create a RINEX loader/parser with the given source of RINEX auxiliary data files.RinexObservationWriter(Appendable output, String outputName, BiFunction<SatelliteSystem, TimeScales, ? extends TimeScale> timeScaleBuilder, TimeScales timeScales) Simple constructor. -
Uses of TimeScale in org.orekit.files.sinex
Methods in org.orekit.files.sinex with parameters of type TimeScaleModifier and TypeMethodDescriptionprotected voidParseInfo.setTimeScale(TimeScale timeScale) Set time scale.SinexEopEntry.toEopEntry(IERSConventions.NutationCorrectionConverter converter, ITRFVersion version, TimeScale scale) Converts to anEOPEntry. -
Uses of TimeScale in org.orekit.forces.drag
Constructors in org.orekit.forces.drag with parameters of type TimeScaleModifierConstructorDescriptionTimeSpanDragForce(Atmosphere atmosphere, DragSensitive spacecraft, Atmosphere atmosphereForDerivatives, TimeScale timeScale) Constructor.TimeSpanDragForce(Atmosphere atmosphere, DragSensitive spacecraft, TimeScale timeScale) Constructor. -
Uses of TimeScale in org.orekit.forces.gravity.potential
Constructors in org.orekit.forces.gravity.potential with parameters of type TimeScaleModifierConstructorDescriptionGRGSFormatReader(String supportedNames, boolean missingCoefficientsAllowed, TimeScale timeScale) Simple constructor.ICGEMFormatReader(String supportedNames, boolean missingCoefficientsAllowed, TimeScale timeScale) Simple constructor.LazyLoadedGravityFields(DataProvidersManager dataProvidersManager, TimeScale timeScale) Create a factory for gravity fields that uses the given data manager to load the gravity field files.protectedPotentialCoefficientsReader(String supportedNames, boolean missingCoefficientsAllowed, TimeScale timeScale) Simple constructor.SHMFormatReader(String supportedNames, boolean missingCoefficientsAllowed, TimeScale timeScale) Simple constructor. -
Uses of TimeScale in org.orekit.forces.radiation
Constructors in org.orekit.forces.radiation with parameters of type TimeScaleModifierConstructorDescriptionKnockeRediffusedForceModel(ExtendedPositionProvider sun, RadiationSensitive spacecraft, double equatorialRadius, double angularResolution, TimeScale utc) General constructor. -
Uses of TimeScale in org.orekit.frames
Methods in org.orekit.frames that return TimeScaleModifier and TypeMethodDescriptionprotected TimeScaleAbstractEopLoader.getUtc()Get the UTC time scale.Methods in org.orekit.frames with parameters of type TimeScaleModifier and TypeMethodDescriptionHelmertTransformation.Predefined.createTransformedITRF(Frame parent, String name, TimeScale tt) Create an ITRF frame by transforming another ITRF frame.static ITRFVersion.ConverterITRFVersion.getConverter(ITRFVersion origin, ITRFVersion destination, TimeScale tt) Find a converter between specified ITRF frames.HelmertTransformation.Predefined.getTransformation(TimeScale tt) Get the underlyingHelmertTransformation.Method parameters in org.orekit.frames with type arguments of type TimeScaleModifier and TypeMethodDescriptionvoidLazyLoadedEop.addDefaultEOP1980HistoryLoaders(String rapidDataColumnsSupportedNames, String xmlSupportedNames, String eopC04SupportedNames, String bulletinBSupportedNames, String bulletinASupportedNames, String csvSupportedNames, Supplier<TimeScale> utcSupplier) Add the default loaders EOP history (IAU 1980 precession/nutation).voidLazyLoadedEop.addDefaultEOP2000HistoryLoaders(String rapidDataColumnsSupportedNames, String xmlSupportedNames, String eopC04SupportedNames, String bulletinBSupportedNames, String bulletinASupportedNames, String csvSupportedNames, Supplier<TimeScale> utcSupplier) Add the default loaders for EOP history (IAU 2000/2006 precession/nutation).Constructor parameters in org.orekit.frames with type arguments of type TimeScaleModifierConstructorDescriptionAbstractEopLoader(String supportedNames, DataProvidersManager manager, Supplier<TimeScale> utcSupplier) Simple constructor. -
Uses of TimeScale in org.orekit.gnss
Methods in org.orekit.gnss that return TimeScaleModifier and TypeMethodDescriptionabstract TimeScaleObservationTimeScale.getTimeScale(TimeScales timeScales) Get time scale.PredefinedTimeSystem.getTimeScale(TimeScales timeScales) Get the time scale corresponding to time system.TimeSystem.getTimeScale(TimeScales timeScales) Get the time scale corresponding to time system. -
Uses of TimeScale in org.orekit.gnss.antenna
Constructors in org.orekit.gnss.antenna with parameters of type TimeScaleModifierConstructorDescriptionAntexLoader(String supportedNames, DataProvidersManager dataProvidersManager, TimeScale gps) Construct a loader by specifying aDataProvidersManager.AntexLoader(DataSource source, TimeScale gps) Construct a loader by specifying the source of ANTEX auxiliary data files. -
Uses of TimeScale in org.orekit.models.earth.atmosphere
Methods in org.orekit.models.earth.atmosphere that return TimeScaleConstructors in org.orekit.models.earth.atmosphere with parameters of type TimeScaleModifierConstructorDescriptionprotectedAbstractJacchiaBowmanModel(ExtendedPositionProvider sun, TimeScale utc, BodyShape earth, AbsoluteDate minDataEpoch, AbsoluteDate maxDataEpoch) Constructor.DTM2000(DTM2000InputParameters parameters, ExtendedPositionProvider sun, BodyShape earth, TimeScale utc) Simple constructor for independent computation.JB2006(JB2006InputParameters parameters, ExtendedPositionProvider sun, BodyShape earth, TimeScale utc) Constructor with space environment information for internal computation.JB2008(JB2008InputParameters parameters, ExtendedPositionProvider sun, BodyShape earth, TimeScale utc) Constructor with space environment information for internal computation.NRLMSISE00(NRLMSISE00InputParameters parameters, ExtendedPositionProvider sun, BodyShape earth, TimeScale ut) Constructor. -
Uses of TimeScale in org.orekit.models.earth.atmosphere.data
Methods in org.orekit.models.earth.atmosphere.data that return TimeScaleModifier and TypeMethodDescriptionAbstractSolarActivityData.getUTC()Get the UTC timescale.AbstractSolarActivityDataLoader.getUTC()Get the UTC timescale.Constructors in org.orekit.models.earth.atmosphere.data with parameters of type TimeScaleModifierConstructorDescriptionprotectedAbstractSolarActivityData(String supportedNames, D loader, DataProvidersManager dataProvidersManager, TimeScale utc, int maxSlots, double maxSpan, double maxInterval, double minimumStep) Constructor.protectedAbstractSolarActivityData(DataSource source, D loader, TimeScale utc, int maxSlots, double maxSpan, double maxInterval, double minimumStep) Simple constructor.protectedConstructor.CssiSpaceWeatherData(String supportedNames, DataProvidersManager dataProvidersManager, TimeScale utc) Constructor that allows specifying the source of the CSSI space weather file.CssiSpaceWeatherData(String supportedNames, CssiSpaceWeatherDataLoader loader, DataProvidersManager dataProvidersManager, TimeScale utc) Constructor that allows specifying the source of the CSSI space weather file.CssiSpaceWeatherData(String supportedNames, CssiSpaceWeatherDataLoader loader, DataProvidersManager dataProvidersManager, TimeScale utc, int maxSlots, double maxSpan, double maxInterval) Constructor that allows specifying the source of the CSSI space weather file and customizable thread safe cache configuration.CssiSpaceWeatherData(DataSource source, CssiSpaceWeatherDataLoader loader, TimeScale utc) Simple constructor.CssiSpaceWeatherData(DataSource source, CssiSpaceWeatherDataLoader loader, TimeScale utc, int maxSlots, double maxSpan, double maxInterval) Simple constructor with customizable thread safe cache configuration.CssiSpaceWeatherData(DataSource source, TimeScale utc) Simple constructor.Constructor.DtcDataLoader(TimeScale utc) Constructor.JB2008SpaceEnvironmentData(String supportedNamesSOL, String supportedNamesDTC, DataProvidersManager dataProvidersManager, TimeScale utc) Constructor that allows specifying the source of the SOLFSMY space weather file.JB2008SpaceEnvironmentData(DataSource sourceSolfsmy, DataSource sourceDtc, TimeScale utc) Constructor that allows specifying the source of the SOLFSMY space weather file.MarshallSolarActivityFutureEstimation(String supportedNames, MarshallSolarActivityFutureEstimation.StrengthLevel strengthLevel, DataProvidersManager dataProvidersManager, TimeScale utc) Constructor that allows specifying the source of the MSAFE auxiliary data files.MarshallSolarActivityFutureEstimation(String supportedNames, MarshallSolarActivityFutureEstimation.StrengthLevel strengthLevel, DataProvidersManager dataProvidersManager, TimeScale utc, int maxSlots, double maxSpan, double maxInterval, double minimumStep) Constructor that allows specifying the source of the MSAFE auxiliary data files and customizable thread safe cache configuration.MarshallSolarActivityFutureEstimation(DataSource source, MarshallSolarActivityFutureEstimation.StrengthLevel strengthLevel, TimeScale utc) Simple constructor.MarshallSolarActivityFutureEstimation(DataSource source, MarshallSolarActivityFutureEstimation.StrengthLevel strengthLevel, TimeScale utc, int maxSlots, double maxSpan, double maxInterval, double minimumStep) Constructor with customizable thread safe cache configuration.MarshallSolarActivityFutureEstimationLoader(MarshallSolarActivityFutureEstimation.StrengthLevel strengthLevel, TimeScale utc) Constructor that allows specifying the source of the MSAFE auxiliary data files.Constructor. -
Uses of TimeScale in org.orekit.models.earth.ionosphere
Constructors in org.orekit.models.earth.ionosphere with parameters of type TimeScaleModifierConstructorDescriptionGlobalIonosphereMapModel(OneAxisEllipsoid earth, String supportedNames, DataProvidersManager dataProvidersManager, TimeScale utc) Deprecated.GlobalIonosphereMapModel(OneAxisEllipsoid earth, String supportedNames, DataProvidersManager dataProvidersManager, TimeScale utc, GlobalIonosphereMapModel.TimeInterpolator interpolator) Constructor that uses user defined supported names and data context.GlobalIonosphereMapModel(OneAxisEllipsoid earth, TimeScale utc, DataSource... ionex) Deprecated.as of 13.1.1, replaced byGlobalIonosphereMapModel(OneAxisEllipsoid, TimeScale, TimeInterpolator, DataSource...)GlobalIonosphereMapModel(OneAxisEllipsoid earth, TimeScale utc, GlobalIonosphereMapModel.TimeInterpolator interpolator, DataSource... ionex) Constructor that uses user defined data sources.KlobucharIonoModel(OneAxisEllipsoid earth, double[] alpha, double[] beta, TimeScale gps) Create a new Klobuchar ionospheric delay model, when a single frequency system is used. -
Uses of TimeScale in org.orekit.models.earth.ionosphere.nequick
Methods in org.orekit.models.earth.ionosphere.nequick that return TimeScaleConstructors in org.orekit.models.earth.ionosphere.nequick with parameters of type TimeScaleModifierConstructorDescriptionNeQuickGalileo(OneAxisEllipsoid earth, double[] alpha, TimeScale utc) Build a new instance of the Galileo version of the NeQuick-2 model.NeQuickItu(OneAxisEllipsoid earth, double f107, TimeScale utc) Build a new instance.protectedNeQuickModel(OneAxisEllipsoid earth, TimeScale utc) Simple constructor. -
Uses of TimeScale in org.orekit.models.earth.troposphere
Constructors in org.orekit.models.earth.troposphere with parameters of type TimeScaleModifierConstructorDescriptionprotectedAbstractVienna(ViennaAProvider aProvider, AzimuthalGradientProvider gProvider, TroposphericModel zenithDelayProvider, TimeScale utc) Build a new instance.Build a new instance.Builds a new instance.TimeSpanEstimatedModel(EstimatedModel model, TimeScale timeScale) Constructor with default UTC time scale.ViennaOne(ViennaAProvider aProvider, AzimuthalGradientProvider gProvider, TroposphericModel zenithDelayProvider, TimeScale utc) Build a new instance.ViennaThree(ViennaAProvider aProvider, AzimuthalGradientProvider gProvider, TroposphericModel zenithDelayProvider, TimeScale utc) Build a new instance. -
Uses of TimeScale in org.orekit.models.earth.troposphere.iturp834
Constructors in org.orekit.models.earth.troposphere.iturp834 with parameters of type TimeScaleModifierConstructorDescriptionSimple constructor.ITURP834PathDelay(PressureTemperatureHumidityProvider pthProvider, TimeScale utc) Simple constructor.Simple constructor. -
Uses of TimeScale in org.orekit.models.earth.weather
Constructors in org.orekit.models.earth.weather with parameters of type TimeScaleModifierConstructorDescriptionGlobalPressureTemperature(Geoid geoid, TimeScale utc) Build a new instance.GlobalPressureTemperature3(DataSource source, TimeScale utc) Constructor with source of GPT3 auxiliary data given by user. -
Uses of TimeScale in org.orekit.propagation.analytical.gnss.data
Constructors in org.orekit.propagation.analytical.gnss.data with parameters of type TimeScaleModifierConstructorDescriptionGLONASSAlmanac(int channel, int health, int day, int month, int year, double ta, double lambda, double deltaI, double pa, double ecc, double deltaT, double deltaTDot, double tGlo2UTC, double tGPS2Glo, double tGlo, TimeScale glonass) Constructor. -
Uses of TimeScale in org.orekit.propagation.analytical.tle
Fields in org.orekit.propagation.analytical.tle declared as TimeScaleModifier and TypeFieldDescriptionprotected final TimeScaleFieldTLEPropagator.utcUTC time scale.protected final TimeScaleTLEPropagator.utcUTC time scale.Methods in org.orekit.propagation.analytical.tle that return TimeScaleMethods in org.orekit.propagation.analytical.tle with parameters of type TimeScaleModifier and TypeMethodDescriptionstatic TleGenerationAlgorithmTLEPropagator.getDefaultTleGenerationAlgorithm(TimeScale utc, Frame teme) Get the default TLE generation algorithm.Constructors in org.orekit.propagation.analytical.tle with parameters of type TimeScaleModifierConstructorDescriptionFieldTLE(int satelliteNumber, char classification, int launchYear, int launchNumber, String launchPiece, int ephemerisType, int elementNumber, FieldAbsoluteDate<T> epoch, T meanMotion, T meanMotionFirstDerivative, T meanMotionSecondDerivative, T e, T i, T pa, T raan, T meanAnomaly, int revolutionNumberAtEpoch, double bStar, TimeScale utc) Simple constructor from already parsed elements using the given time scale as UTC.Simple constructor from unparsed two lines using the given time scale as UTC.TLE(int satelliteNumber, char classification, int launchYear, int launchNumber, String launchPiece, int ephemerisType, int elementNumber, AbsoluteDate epoch, double meanMotion, double meanMotionFirstDerivative, double meanMotionSecondDerivative, double e, double i, double pa, double raan, double meanAnomaly, int revolutionNumberAtEpoch, double bStar, TimeScale utc) Simple constructor from already parsed elements using the given time scale as UTC.Simple constructor from unparsed two lines using the given time scale as UTC. -
Uses of TimeScale in org.orekit.propagation.analytical.tle.generation
Methods in org.orekit.propagation.analytical.tle.generation with parameters of type TimeScaleModifier and TypeMethodDescriptionstatic <T extends CalculusFieldElement<T>>
FieldTLE<T> TleGenerationUtil.newTLE(FieldKeplerianOrbit<T> keplerianOrbit, FieldTLE<T> templateTLE, T bStar, TimeScale utc) Builds a new TLE from Keplerian parameters and a template for TLE data.static TLETleGenerationUtil.newTLE(KeplerianOrbit keplerianOrbit, TLE templateTLE, double bStar, TimeScale utc) Builds a new TLE from Keplerian parameters and a template for TLE data.Constructors in org.orekit.propagation.analytical.tle.generation with parameters of type TimeScaleModifierConstructorDescriptionFixedPointTleGenerationAlgorithm(double epsilon, int maxIterations, double scale, TimeScale utc, Frame teme) Constructor.LeastSquaresTleGenerationAlgorithm(int maxIterations, TimeScale utc, Frame teme) Constructor.LeastSquaresTleGenerationAlgorithm(TimeScale utc, Frame teme, LeastSquaresConverter converter) Constructor. -
Uses of TimeScale in org.orekit.propagation.conversion.osc2mean
Constructors in org.orekit.propagation.conversion.osc2mean with parameters of type TimeScale -
Uses of TimeScale in org.orekit.propagation.numerical.cr3bp
Methods in org.orekit.propagation.numerical.cr3bp with parameters of type TimeScaleModifier and TypeMethodDescriptionstatic doubleCR3BPConstants.getEarthMoonBarycenterSemiMajorAxis(AbsoluteDate date, TimeScale timeScale) Get the Earth-Moon barycenter semi-major axis.static doubleCR3BPConstants.getJupiterSemiMajorAxis(AbsoluteDate date, TimeScale timeScale) Get the Jupiter semi-major axis. -
Uses of TimeScale in org.orekit.time
Classes in org.orekit.time that implement TimeScaleModifier and TypeClassDescriptionclassBeidou system time scale.classTime scale with clock offset from another time scale.classBase class for time scales with constant offset with respect to to TAI.classGalileo system time scale.classGLONASS time scale.classGreenwich Mean Sidereal Time.classGPS time scale.classNavIC time scale (also called IRNWT for IRNSS NetWork Time).classQZSS time scale.classScale for on-board clock.classInternational Atomic Time.classBarycentric Coordinate Time.classGeocentric Coordinate Time.classBarycentric Dynamic Time.classTerrestrial Time as defined by IAU(1991) recommendation IV.classUniversal Time 1.classCoordinated Universal Time.Methods in org.orekit.time with parameters of type TimeScaleModifier and TypeMethodDescriptionAbsoluteDate.accurateOffsetFrom(AbsoluteDate instant, TimeScale timeScale) Compute the apparent clock offset between two instant in the perspective of a specifictime scale.static <T extends CalculusFieldElement<T>>
FieldAbsoluteDate<T> FieldAbsoluteDate.createGPSDate(int weekNumber, T milliInWeek, TimeScale gps) Build an instance corresponding to a GPS date.static AbsoluteDateAbsoluteDate.createJDDate(int jd, double secondsSinceNoon, TimeScale timeScale) Build an instance corresponding to a Julian Day date.static AbsoluteDateAbsoluteDate.createJDDate(int jd, double secondsSinceNoon, TimeScale timeScale, TimeScale pivotTimeScale) Build an instance corresponding to a Julian Day date.static <T extends CalculusFieldElement<T>>
FieldAbsoluteDate<T> FieldAbsoluteDate.createJDDate(int jd, T secondsSinceNoon, TimeScale timeScale) Build an instance corresponding to a Julian Day date.static <T extends CalculusFieldElement<T>>
FieldAbsoluteDate<T> FieldAbsoluteDate.createJDDate(int jd, T secondsSinceNoon, TimeScale timeScale, TimeScale pivotTimeScale) 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 AbsoluteDateAbsoluteDate.createMJDDate(int mjd, TimeOffset secondsInDay, TimeScale timeScale) Build an instance corresponding to a Modified Julian Day date.static <T extends CalculusFieldElement<T>>
FieldAbsoluteDate<T> FieldAbsoluteDate.createMJDDate(int mjd, T secondsInDay, TimeScale timeScale) Build an instance corresponding to a Modified Julian Day date.AbsoluteDate.getComponents(int minutesFromUTC, TimeScale utc) Split the instance into date/time components for a local time.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, TimeScale utc) Split the instance into date/time components for a local time.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.doubleAbsoluteDate.getDayOfYear(TimeScale utc) Get day of year, preserving continuity as much as possible.FieldAbsoluteDate.getDayOfYear(TimeScale utc) Get day of year, preserving continuity as much as possible.doubleReturn the given date as a Julian Date expressed in given timescale.Return the given date as a Julian Date expressed in given timescale.doubleReturn the given date as a Modified Julian Date expressed in given timescale.Return the given date as a Modified Julian Date expressed in given timescale.doubleAbsoluteDate.offsetFrom(AbsoluteDate instant, TimeScale timeScale) Compute the apparent clock offset between two instant in the perspective of a specifictime scale.FieldAbsoluteDate.offsetFrom(FieldAbsoluteDate<T> instant, TimeScale timeScale) Compute the apparent clock offset between two instant in the perspective of a specifictime scale.static AbsoluteDateAbsoluteDate.parseCCSDSCalendarSegmentedTimeCode(byte preambleField, byte[] timeField, TimeScale utc) Build an instance from a CCSDS Calendar Segmented Time Code (CCS).FieldAbsoluteDate.parseCCSDSCalendarSegmentedTimeCode(byte preambleField, byte[] timeField, TimeScale utc) Build an instance from a CCSDS Calendar Segmented Time Code (CCS).static AbsoluteDateAbsoluteDate.parseCCSDSDaySegmentedTimeCode(byte preambleField, byte[] timeField, DateComponents agencyDefinedEpoch, TimeScale utc) Build an instance from a CCSDS Day Segmented Time Code (CDS).static <T extends CalculusFieldElement<T>>
FieldAbsoluteDate<T> FieldAbsoluteDate.parseCCSDSDaySegmentedTimeCode(Field<T> field, byte preambleField, byte[] timeField, DateComponents agencyDefinedEpoch, TimeScale utc) Build an instance from a CCSDS Day Segmented Time Code (CDS).doubleAbsoluteDate.timeScalesOffset(TimeScale scale1, TimeScale scale2) Compute the offset between two time scales at the current instant.FieldAbsoluteDate.timeScalesOffset(TimeScale scale1, TimeScale scale2) Compute the offset between two time scales at the current instant.Convert the instance to a JavaDate.Convert the instance to a JavaDate.Get a String representation of the instant location for a local time.Get a String representation of the instant location for a time zone.Get a String representation of the instant location in ISO-8601 format without the UTC offset and with up to 16 digits of precision for the seconds value.Get a String representation of the instant location for a local time.Get a String representation of the instant location for a time zone.Get a String representation of the instant location in ISO-8601 format without the UTC offset and with up to 16 digits of precision for the seconds value.AbsoluteDate.toStringRfc3339(TimeScale utc) Represent the given date as a string according to the format in RFC 3339.AbsoluteDate.toStringWithoutUtcOffset(TimeScale timeScale, int fractionDigits) Return a string representation of this date-time, rounded to the given precision.FieldAbsoluteDate.toStringWithoutUtcOffset(TimeScale timeScale, int fractionDigits) Return a string representation of this date-time, rounded to the given precision.Constructors in org.orekit.time with parameters of type TimeScaleModifierConstructorDescriptionAbsoluteDate(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, int hour, int minute, TimeOffset 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, int hour, int minute, TimeOffset 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(Instant instant, TimeScale timeScale) Build an instance from aninstantin 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(AbsoluteDate reference, TimeOffset 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.ClockTimeScale(String name, TimeScale reference, ClockModel clockModel) Simple constructor.FieldAbsoluteDate(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(Field<T> field, int year, int month, int day, int hour, int minute, TimeOffset second, TimeScale timeScale) Build an instance from a location in atime scale.FieldAbsoluteDate(Field<T> field, int year, int month, int day, TimeScale timeScale) Build an instance from a location in atime scale.FieldAbsoluteDate(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(Field<T> field, int year, Month month, int day, int hour, int minute, TimeOffset second, TimeScale timeScale) Build an instance from a location in atime scale.FieldAbsoluteDate(Field<T> field, int year, Month month, int day, TimeScale timeScale) Build an instance from a location in atime scale.FieldAbsoluteDate(Field<T> field, String location, TimeScale timeScale) Build an instance from a location (parsed from a string) in atime scale.FieldAbsoluteDate(Field<T> field, Instant instant, TimeScale timeScale) Build an instance from aninstantin atime scale.FieldAbsoluteDate(Field<T> field, Date location, TimeScale timeScale) Build an instance from a location in atime scale.FieldAbsoluteDate(Field<T> field, DateComponents date, TimeComponents time, TimeScale timeScale) Build an instance from a location in atime scale.FieldAbsoluteDate(Field<T> field, DateComponents date, TimeScale timeScale) Build an instance from a location in atime scale.FieldAbsoluteDate(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.GLONASSDate(int na, int n4, double secInNa, TimeScale glonass) Build an instance corresponding to a GLONASS date.GLONASSDate(AbsoluteDate date, TimeScale glonass) Build an instance from an absolute date.SatelliteClockScale(String name, AbsoluteDate epoch, TimeScale epochScale, double countAtEpoch, double drift) Create a linear model for satellite clock. -
Uses of TimeScale in org.orekit.utils
Methods in org.orekit.utils with parameters of type TimeScaleModifier and TypeMethodDescriptionIERSConventions.getEarthOrientationAngleFunction(TimeScale ut1) Get the function computing the raw Earth Orientation Angle.IERSConventions.getEarthOrientationAngleFunction(TimeScale ut1, TimeScale tai) Get the function computing the raw Earth Orientation Angle.IERSConventions.getGASTFunction(TimeScale ut1, EOPHistory eopHistory) Get the function computing Greenwich apparent sidereal time, in radians.abstract TimeScalarFunctionIERSConventions.getGASTFunction(TimeScale ut1, EOPHistory eopHistory, TimeScales timeScales) Get the function computing Greenwich apparent sidereal time, in radians.IERSConventions.getGMSTFunction(TimeScale ut1) Get the function computing Greenwich mean sidereal time, in radians.abstract TimeScalarFunctionIERSConventions.getGMSTFunction(TimeScale ut1, TimeScales timeScales) Get the function computing Greenwich mean sidereal time, in radians.IERSConventions.getGMSTRateFunction(TimeScale ut1) Get the function computing Greenwich mean sidereal time rate, in radians per second.abstract TimeScalarFunctionIERSConventions.getGMSTRateFunction(TimeScale ut1, TimeScales timeScales) Get the function computing Greenwich mean sidereal time rate, in radians per second.IERSConventions.getNutationArguments(TimeScale timeScale) Get the fundamental nutation arguments.abstract FundamentalNutationArgumentsIERSConventions.getNutationArguments(TimeScale timeScale, TimeScales timeScales) Get the fundamental nutation arguments.IERSConventions.getTideFrequencyDependenceFunction(TimeScale ut1) Get the function computing frequency dependent terms (ΔC₂₀, ΔC₂₁, ΔS₂₁, ΔC₂₂, ΔS₂₂).abstract TimeVectorFunctionIERSConventions.getTideFrequencyDependenceFunction(TimeScale ut1, TimeScales timeScales) Get the function computing frequency dependent terms (ΔC₂₀, ΔC₂₁, ΔS₂₁, ΔC₂₂, ΔS₂₂).Return a string representation of this date, position, velocity, and acceleration.Return a string representation of this date, position, velocity, and acceleration.
GlobalIonosphereMapModel(OneAxisEllipsoid, String, DataProvidersManager, TimeScale, TimeInterpolator)