Uses of Class
org.orekit.time.UTCScale
-
Packages that use UTCScale Package Description org.orekit.files.stk This package provides a parser for STK ephemeris files.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 UTCScale in org.orekit.files.stk
Constructors in org.orekit.files.stk with parameters of type UTCScale Constructor Description STKEphemerisFileParser(String satelliteId, double mu, UTCScale utc, Map<STKEphemerisFile.STKCoordinateSystem,Frame> frameMapping)
Constructs aSTKEphemerisFileParser
instance. -
Uses of UTCScale in org.orekit.frames
Methods in org.orekit.frames with parameters of type UTCScale Modifier and Type Method Description static Frame
FramesFactory. buildUncachedITRF(EOPHistory eopHistory, UTCScale utc)
Build an uncached International Terrestrial Reference Frame with specificEOP history
. -
Uses of UTCScale in org.orekit.time
Methods in org.orekit.time that return UTCScale Modifier and Type Method Description UTCScale
LazyLoadedTimeScales. getUTC()
UTCScale
TimeScales. getUTC()
Get the Universal Time Coordinate scale.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 AbsoluteDate(Instant instant, UTCScale utcScale)
Build an instance from aninstant
in thetime scale
.FieldAbsoluteDate(Field<T> field, Instant instant, UTCScale utcScale)
Build an instance from aninstant
in thetime scale
.UT1Scale(EOPHistory eopHistory, UTCScale utc)
Simple constructor.
-