Uses of Class
org.orekit.time.UTCScale
-
Packages that use UTCScale Package Description org.orekit.time This independent package provides classes to handle epochs, time scales, and to compare instants together. -
-
Uses of UTCScale in org.orekit.time
Methods in org.orekit.time that return UTCScale Modifier and Type Method Description static UTCScale
TimeScalesFactory. getUTC()
Get the Universal Time Coordinate scale.UTCScale
UT1Scale. getUTCScale()
Get the associated UTC scale.Constructors in org.orekit.time with parameters of type UTCScale Constructor Description UT1Scale(EOPHistory eopHistory, UTCScale utc)
Simple constructor.
-