Uses of Class
org.orekit.files.iirv.terms.DayOfYearTerm
-
Packages that use DayOfYearTerm Package Description org.orekit.files.iirv This package provides parsers and writers for Improved Interrange Vector (IIRV) messages. -
-
Uses of DayOfYearTerm in org.orekit.files.iirv
Methods in org.orekit.files.iirv that return DayOfYearTerm Modifier and Type Method Description DayOfYearTerm
IIRVVector. getDayOfYear()
Gets the day of year term.Methods in org.orekit.files.iirv with parameters of type DayOfYearTerm Modifier and Type Method Description IIRVVector
IIRVBuilder. buildVector(DayOfYearTerm dayOfYear, VectorEpochTerm vectorEpoch, PositionVectorComponentTerm xPosition, PositionVectorComponentTerm yPosition, PositionVectorComponentTerm zPosition, VelocityVectorComponentTerm xVelocity, VelocityVectorComponentTerm yVelocity, VelocityVectorComponentTerm zVelocity)
Constructs an IIRV object using the configured parameters.
-