Package org.orekit.files.iirv.terms
Class DataSourceTerm
java.lang.Object
org.orekit.files.iirv.terms.base.IIRVVectorTerm<Long>
org.orekit.files.iirv.terms.base.LongValuedIIRVTerm
org.orekit.files.iirv.terms.DataSourceTerm
- All Implemented Interfaces:
Comparable<IIRVVectorTerm<?>>
Source of the data message.
Valid values:
- 1 = Nominal/planning
- 2 = Real-time
- 3 = Off-line
- 4 = Off-line/mean
- Since:
- 13.0
- Author:
- Nick LaFarge
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe length of the IIRV term within the message.static final StringRegular expression that ensures the validity of string values for this term.static final DataSourceTermNominal/planning DataSource.static final DataSourceTermOff-line DataSource.static final DataSourceTermOff-line/mean DataSource.static final DataSourceTermReal-time DataSource. -
Constructor Summary
ConstructorsConstructorDescriptionDataSourceTerm(long value) Constructor.DataSourceTerm(String value) Constructor. -
Method Summary
Methods inherited from class org.orekit.files.iirv.terms.base.LongValuedIIRVTerm
computeValueFromString, toEncodedString, toInt, validateNumericValueMethods inherited from class org.orekit.files.iirv.terms.base.IIRVVectorTerm
compareTo, equals, hashCode, length, toEncodedString, validateString, value
-
Field Details
-
NOMINAL
Nominal/planning DataSource. -
REAL_TIME
Real-time DataSource. -
OFFLINE
Off-line DataSource. -
OFFLINE_MEAN
Off-line/mean DataSource. -
DATA_SOURCE_TERM_LENGTH
public static final int DATA_SOURCE_TERM_LENGTHThe length of the IIRV term within the message.- See Also:
-
DATA_SOURCE_TERM_PATTERN
Regular expression that ensures the validity of string values for this term.- See Also:
-
-
Constructor Details
-
DataSourceTerm
Constructor.- Parameters:
value- value of the data source term
-
DataSourceTerm
public DataSourceTerm(long value) Constructor.- Parameters:
value- value of the data source term
-