Uses of Class
org.orekit.time.UTCScale
-
Packages that use UTCScale Package Description org.orekit.files.iirv This package provides parsers and writers for Improved Interrange Vector (IIRV) messages.org.orekit.files.iirv.terms This package collects classes representing the individual terms that make up an IIRV vector.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.iirv
Constructors in org.orekit.files.iirv with parameters of type UTCScale Constructor Description IIRVBuilder(UTCScale utc)
Constructs anIIRVBuilder
instance with a UTC timescale and default values for all parameters.IIRVParser(double mu, int interpolationSamples, int year, UTCScale utc)
Constructs aIIRVParser
instance.IIRVParser(int year, UTCScale utc)
Constructs aIIRVParser
instance with default values.IIRVVector(String line1, String line2, String line3, String line4, String line5, String line6, UTCScale utc)
Constructs an IIRV message object given 6 lines of message body (omitting blank line feeds).IIRVVector(List<String> lines, UTCScale utc)
Constructs an IIRV message object given a list of 6 lines of message body (omitting blank line feeds).IIRVVector(MessageTypeTerm messageType, MessageIDTerm messageID, MessageSourceTerm messageSource, MessageClassTerm messageClass, OriginIdentificationTerm originIdentification, RoutingIndicatorTerm routingIndicator, VectorTypeTerm vectorType, DataSourceTerm dataSource, CoordinateSystemTerm coordinateSystem, SupportIdCodeTerm supportIdCode, VehicleIdCodeTerm vehicleIdCode, SequenceNumberTerm sequenceNumber, DayOfYearTerm dayOfYear, VectorEpochTerm vectorEpoch, PositionVectorComponentTerm xPosition, PositionVectorComponentTerm yPosition, PositionVectorComponentTerm zPosition, VelocityVectorComponentTerm xVelocity, VelocityVectorComponentTerm yVelocity, VelocityVectorComponentTerm zVelocity, MassTerm mass, CrossSectionalAreaTerm crossSectionalArea, DragCoefficientTerm dragCoefficient, SolarReflectivityCoefficientTerm solarReflectivityCoefficient, OriginatorRoutingIndicatorTerm originatorRoutingIndicatorTerm, UTCScale utc)
Constructs an IIRV message from its composite terms. -
Uses of UTCScale in org.orekit.files.iirv.terms
Constructors in org.orekit.files.iirv.terms with parameters of type UTCScale Constructor Description DayOfYearTerm(AbsoluteDate absoluteDate, UTCScale utc)
Constructs a DayOfYearTerm object from anAbsoluteDate
object.VectorEpochTerm(AbsoluteDate absoluteDate, UTCScale utc)
Constructs from aAbsoluteDate
value. -
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.
-