Package org.orekit.files.iirv.terms
Class VehicleIdCodeTerm
java.lang.Object
org.orekit.files.iirv.terms.base.IIRVVectorTerm<Long>
org.orekit.files.iirv.terms.base.LongValuedIIRVTerm
org.orekit.files.iirv.terms.VehicleIdCodeTerm
- All Implemented Interfaces:
Comparable<IIRVVectorTerm<?>>
2-character body number/vehicle identification code (VIC).
Valid values: 01-99.
- Since:
- 13.0
- Author:
- Nick LaFarge
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final VehicleIdCodeTermDefault VIC set to 1.static final intThe length of the IIRV term within the message.static final StringRegular expression to check that vehicle identification codes are 01-99 (00 is not a valid entry). -
Constructor Summary
ConstructorsConstructorDescriptionVehicleIdCodeTerm(long value) Constructor.VehicleIdCodeTerm(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
-
DEFAULT
Default VIC set to 1. -
VEHICLE_ID_TERM_LENGTH
public static final int VEHICLE_ID_TERM_LENGTHThe length of the IIRV term within the message.- See Also:
-
VEHICLE_ID_TERM_PATTERN
Regular expression to check that vehicle identification codes are 01-99 (00 is not a valid entry).- See Also:
-
-
Constructor Details
-
VehicleIdCodeTerm
Constructor.- Parameters:
value- value of the vehicle ID code term
-
VehicleIdCodeTerm
public VehicleIdCodeTerm(long value) Constructor.- Parameters:
value- value of the vehicle ID code term
-