Uses of Class
org.orekit.files.iirv.IIRVVector
-
Packages that use IIRVVector Package Description org.orekit.files.iirv This package provides parsers and writers for Improved Interrange Vector (IIRV) messages. -
-
Uses of IIRVVector in org.orekit.files.iirv
Methods in org.orekit.files.iirv that return IIRVVector 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.IIRVVector
IIRVBuilder. buildVector(TimeStampedPVCoordinates timeStampedPVCoordinates)
Constructs an IIRV vector using the configured parameters, with position, velocity, and time variables derived from instances ofTimeStampedPVCoordinates
andAbsoluteDate
.IIRVVector
IIRVMessage. get(int i)
Gets theIIRVVector
located at a given index in the message.Methods in org.orekit.files.iirv that return types with arguments of type IIRVVector Modifier and Type Method Description List<IIRVVector>
IIRVMessage. getVectors()
Gets the list of sequentialIIRVVector
instances contained within the overall IIRV message.Methods in org.orekit.files.iirv with parameters of type IIRVVector Modifier and Type Method Description void
IIRVMessage. add(IIRVVector v)
Adds anIIRVVector
to the message (seeArrayList.add(Object)
).int
IIRVVector. compareTo(IIRVVector o)
Compares two IIRV vectors for equality based on their string representations, include message metadata information.Constructors in org.orekit.files.iirv with parameters of type IIRVVector Constructor Description IIRVMessage(IIRVVector... vectors)
Constructor from a list of IIRVIIRVVector
s that monotonically increase in bothSequenceNumberTerm
and time (DayOfYearTerm
andVectorEpochTerm
).IIRVVector(IIRVVector other)
Copy constructor.Constructor parameters in org.orekit.files.iirv with type arguments of type IIRVVector Constructor Description IIRVMessage(List<IIRVVector> vectors)
Constructor from a list of IIRVIIRVVector
s that monotonically increase in bothSequenceNumberTerm
and time (DayOfYearTerm
andVectorEpochTerm
).
-