Uses of Class
org.orekit.time.UT1Scale
-
Packages that use UT1Scale Package Description org.orekit.estimation.measurements The measurements package defines everything that is related to orbit determination measurements.org.orekit.forces.gravity This package provides all gravity-related forces.org.orekit.frames This package provides classes to handle frames and transforms between them.org.orekit.time 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 UT1Scale Modifier and Type Method Description UT1Scale
EstimatedEarthFrameProvider. getEstimatedUT1()
Get the estimated UT1 time scale.UT1Scale
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 UT1Scale Constructor Description EstimatedEarthFrameProvider(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 UT1Scale Constructor Description OceanTides(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 UT1Scale Modifier and Type Method Description Frame
AbstractFrames. buildUncachedITRF(UT1Scale ut1)
Frame
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 UT1Scale Modifier and Type Method Description protected UT1Scale
AbstractTimeScales. getUT1(EOPHistory history)
Get the Universal Time 1 scale.UT1Scale
AbstractTimeScales. getUT1(IERSConventions conventions, boolean simpleEOP)
UT1Scale
LazyLoadedTimeScales. getUT1(EOPHistory history)
Get the Universal Time 1 scale.UT1Scale
LazyLoadedTimeScales. getUT1(IERSConventions conventions, boolean simpleEOP)
UT1Scale
TimeScales. getUT1(IERSConventions conventions, boolean simpleEOP)
Get the Universal Time 1 scale.static UT1Scale
TimeScalesFactory. getUT1(EOPHistory history)
Get the Universal Time 1 scale.static UT1Scale
TimeScalesFactory. getUT1(IERSConventions conventions, boolean simpleEOP)
Get the Universal Time 1 scale.
-