Package org.orekit.files.iirv.terms
Class MessageStartConstantTerm
- java.lang.Object
-
- org.orekit.files.iirv.terms.base.IIRVVectorTerm<String>
-
- org.orekit.files.iirv.terms.base.ConstantValuedIIRVTerm
-
- org.orekit.files.iirv.terms.MessageStartConstantTerm
-
- All Implemented Interfaces:
Comparable<IIRVVectorTerm<?>>
public class MessageStartConstantTerm extends ConstantValuedIIRVTerm
5-character start of the message, always is "GIIRV".Valid values: GIIRV
- Since:
- 13.0
- Author:
- Nick LaFarge
-
-
Field Summary
Fields Modifier and Type Field Description static String
MESSAGE_START_TERM_STRING
Start of the message is always "GIIRV".
-
Constructor Summary
Constructors Constructor Description MessageStartConstantTerm()
Constructor.
-
Method Summary
-
Methods inherited from class org.orekit.files.iirv.terms.base.ConstantValuedIIRVTerm
toEncodedString
-
Methods inherited from class org.orekit.files.iirv.terms.base.IIRVVectorTerm
compareTo, equals, hashCode, length, toEncodedString, validateString, value
-
-
-
-
Field Detail
-
MESSAGE_START_TERM_STRING
public static final String MESSAGE_START_TERM_STRING
Start of the message is always "GIIRV".- See Also:
- Constant Field Values
-
-