Uses of Class
org.orekit.time.UT1Scale
Packages that use UT1Scale
Package
Description
The measurements package defines everything that is related to orbit
determination measurements.
This package provides all gravity-related forces.
This package provides classes to handle frames and transforms between them.
This independent package provides classes to handle epochs, time scales,
and to compare instants together.
-
Uses of UT1Scale in org.orekit.estimation.measurements
Methods in org.orekit.estimation.measurements that return UT1ScaleModifier and TypeMethodDescriptionEstimatedEarthFrameProvider.getEstimatedUT1()Get the estimated UT1 time scale.GroundStation.getEstimatedUT1()Get the estimated UT1 scale, including the estimated linear models for prime meridian.Constructors in org.orekit.estimation.measurements with parameters of type UT1ScaleModifierConstructorDescriptionEstimatedEarthFrameProvider(UT1Scale baseUT1) Build an estimated Earth frame. -
Uses of UT1Scale in org.orekit.forces.gravity
Constructors in org.orekit.forces.gravity with parameters of type UT1ScaleModifierConstructorDescriptionOceanTides(Frame centralBodyFrame, double ae, double mu, boolean poleTide, double step, int nbPoints, int degree, int order, IERSConventions conventions, UT1Scale ut1) Simple constructor.OceanTides(Frame centralBodyFrame, double ae, double mu, boolean poleTide, double step, int nbPoints, int degree, int order, IERSConventions conventions, UT1Scale ut1, GravityFields gravityFields) Simple constructor.OceanTides(Frame centralBodyFrame, double ae, double mu, int degree, int order, IERSConventions conventions, UT1Scale ut1) Simple constructor.SolidTides(Frame centralBodyFrame, double ae, double mu, TideSystem centralTideSystem, boolean poleTide, double step, int nbPoints, IERSConventions conventions, UT1Scale ut1, CelestialBody... bodies) Simple constructor.SolidTides(Frame centralBodyFrame, double ae, double mu, TideSystem centralTideSystem, IERSConventions conventions, UT1Scale ut1, CelestialBody... bodies) Simple constructor. -
Uses of UT1Scale in org.orekit.frames
Methods in org.orekit.frames with parameters of type UT1ScaleModifier and TypeMethodDescriptionAbstractFrames.buildUncachedITRF(UT1Scale ut1) Frames.buildUncachedITRF(UT1Scale ut1) Build an uncached International Terrestrial Reference Frame with specificEOP history. -
Uses of UT1Scale in org.orekit.time
Methods in org.orekit.time that return UT1ScaleModifier and TypeMethodDescriptionprotected UT1ScaleAbstractTimeScales.getUT1(EOPHistory history) Get the Universal Time 1 scale.AbstractTimeScales.getUT1(IERSConventions conventions, boolean simpleEOP) LazyLoadedTimeScales.getUT1(EOPHistory history) Get the Universal Time 1 scale.LazyLoadedTimeScales.getUT1(IERSConventions conventions, boolean simpleEOP) TimeScales.getUT1(IERSConventions conventions, boolean simpleEOP) Get the Universal Time 1 scale.static UT1ScaleTimeScalesFactory.getUT1(EOPHistory history) Get the Universal Time 1 scale.static UT1ScaleTimeScalesFactory.getUT1(IERSConventions conventions, boolean simpleEOP) Get the Universal Time 1 scale.