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 IIRVVectorIIRVBuilder. 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.IIRVVectorIIRVBuilder. buildVector(TimeStampedPVCoordinates timeStampedPVCoordinates)Constructs an IIRV vector using the configured parameters, with position, velocity, and time variables derived from instances ofTimeStampedPVCoordinatesandAbsoluteDate.IIRVVectorIIRVMessage. get(int i)Gets theIIRVVectorlocated 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 sequentialIIRVVectorinstances contained within the overall IIRV message.Methods in org.orekit.files.iirv with parameters of type IIRVVector Modifier and Type Method Description voidIIRVMessage. add(IIRVVector v)Adds anIIRVVectorto the message (seeArrayList.add(Object)).intIIRVVector. 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 IIRVIIRVVectors that monotonically increase in bothSequenceNumberTermand time (DayOfYearTermandVectorEpochTerm).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 IIRVIIRVVectors that monotonically increase in bothSequenceNumberTermand time (DayOfYearTermandVectorEpochTerm).
-