Uses of Class
org.orekit.time.UTCScale
Packages that use UTCScale
Package
Description
This package provides parsers and writers for Improved Interrange Vector (IIRV) messages.
This package collects classes representing the individual terms that make up an IIRV vector.
This package provides a parser for STK ephemeris files.
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 UTCScale in org.orekit.files.iirv
Constructors in org.orekit.files.iirv with parameters of type UTCScaleModifierConstructorDescriptionIIRVBuilder(UTCScale utc) Constructs anIIRVBuilderinstance with a UTC timescale and default values for all parameters.IIRVParser(double mu, int interpolationSamples, int year, UTCScale utc) Constructs aIIRVParserinstance.IIRVParser(int year, UTCScale utc) Constructs aIIRVParserinstance 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 UTCScaleModifierConstructorDescriptionDayOfYearTerm(AbsoluteDate absoluteDate, UTCScale utc) Constructs a DayOfYearTerm object from anAbsoluteDateobject.VectorEpochTerm(AbsoluteDate absoluteDate, UTCScale utc) Constructs from aAbsoluteDatevalue. -
Uses of UTCScale in org.orekit.files.stk
Constructors in org.orekit.files.stk with parameters of type UTCScaleModifierConstructorDescriptionSTKEphemerisFileParser(String satelliteId, double mu, UTCScale utc, Map<STKEphemerisFile.STKCoordinateSystem, Frame> frameMapping) Constructs aSTKEphemerisFileParserinstance. -
Uses of UTCScale in org.orekit.frames
Methods in org.orekit.frames with parameters of type UTCScaleModifier and TypeMethodDescriptionstatic FrameFramesFactory.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 UTCScaleModifier and TypeMethodDescriptionLazyLoadedTimeScales.getUTC()TimeScales.getUTC()Get the Universal Time Coordinate scale.static UTCScaleTimeScalesFactory.getUTC()Get the Universal Time Coordinate scale.UT1Scale.getUTCScale()Get the associated UTC scale.Constructors in org.orekit.time with parameters of type UTCScaleModifierConstructorDescriptionAbsoluteDate(Instant instant, UTCScale utcScale) Build an instance from aninstantin thetime scale.FieldAbsoluteDate(Field<T> field, Instant instant, UTCScale utcScale) Build an instance from aninstantin thetime scale.protectedUT1Scale(EOPHistory eopHistory, UTCScale utc) Simple constructor.