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 CheckSumTermIIRVVector. getLine2CheckSum()Gets the checksum value for line 2.CheckSumTermIIRVVector. getLine3CheckSum()Gets the checksum term for line 3.CheckSumTermIIRVVector. getLine4CheckSum()Gets the checksum value for line 4 term.CheckSumTermIIRVVector. 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 CheckSumTermCheckSumTerm. fromIIRVTerms(IIRVVectorTerm<?>... terms)Constructs an IIRV checksum from a series of IIRVTerm instances.
-