Uses of Class
org.orekit.files.iirv.terms.CheckSumTerm
-
Packages that use CheckSumTerm 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. -
-
Uses of CheckSumTerm in org.orekit.files.iirv
Methods in org.orekit.files.iirv that return CheckSumTerm Modifier and Type Method Description CheckSumTerm
IIRVVector. getLine2CheckSum()
Gets the checksum value for line 2.CheckSumTerm
IIRVVector. getLine3CheckSum()
Gets the checksum term for line 3.CheckSumTerm
IIRVVector. getLine4CheckSum()
Gets the checksum value for line 4 term.CheckSumTerm
IIRVVector. getLine5CheckSum()
Gets the checksum term for line 5. -
Uses of CheckSumTerm in org.orekit.files.iirv.terms
Methods in org.orekit.files.iirv.terms that return CheckSumTerm Modifier and Type Method Description static CheckSumTerm
CheckSumTerm. fromIIRVTerms(IIRVVectorTerm<?>... terms)
Constructs an IIRV checksum from a series of IIRVTerm instances.
-