Package org.orekit.files.sp3
Enum Class DataUsed
- All Implemented Interfaces:
Serializable,Comparable<DataUsed>,Constable
Enumerate for data used.
- Since:
- 12.0
- Author:
- Luc Maisonobe
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionChange in 2-receiver/1-satellite carrier phase.Change in 2-receiver/1-satellite code phase.Change in 2-receiver/2-satellite carrier phase.Change in 2-receiver/2-satellite code phase.Change in undifferenciated carrier phase.Change in undifferenciated code phase.Mixed data.Orbit data.Satellite Laser Ranging.2-receiver/1-satellite carrier phase.2-receiver/1-satellite code phase.2-receiver/2-satellite carrier phase.2-receiver/2-satellite code phase.Undifferenciated carrier phase.Undifferenciated code phase. -
Method Summary
Modifier and TypeMethodDescriptiongetKey()Get the key for the data used.static DataUsedParse the string to get the data used.static DataUsedReturns the enum constant of this class with the specified name.static DataUsed[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNDIFFERENTIATED_CARRIER_PHASE
Undifferenciated carrier phase. -
CHANGE_IN_UNDIFFERENTIATED_CARRIER_PHASE
Change in undifferenciated carrier phase. -
TWO_RECEIVER_ONE_SATELLITE_CARRIER_PHASE
2-receiver/1-satellite carrier phase. -
CHANGE_IN_TWO_RECEIVER_ONE_SATELLITE_CARRIER_PHASE
Change in 2-receiver/1-satellite carrier phase. -
TWO_RECEIVER_TWO_SATELLITE_CARRIER_PHASE
2-receiver/2-satellite carrier phase. -
CHANGE_IN_TWO_RECEIVER_TWO_SATELLITE_CARRIER_PHASE
Change in 2-receiver/2-satellite carrier phase. -
UNDIFFERENTIATED_CODE_PHASE
Undifferenciated code phase. -
CHANGE_IN_UNDIFFERENTIATED_CODE_PHASE
Change in undifferenciated code phase. -
TWO_RECEIVER_ONE_SATELLITE_CODE_PHASE
2-receiver/1-satellite code phase. -
CHANGE_IN_TWO_RECEIVER_ONE_SATELLITE_CODE_PHASE
Change in 2-receiver/1-satellite code phase. -
TWO_RECEIVER_TWO_SATELLITE_CODE_PHASE
2-receiver/2-satellite code phase. -
CHANGE_IN_TWO_RECEIVER_TWO_SATELLITE_CODE_PHASE
Change in 2-receiver/2-satellite code phase. -
SATELLITE_LASER_RANGING
Satellite Laser Ranging. -
MIXED
Mixed data. -
ORBIT
Orbit data.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getKey
Get the key for the data used.- Returns:
- key for the data used
-
parse
Parse the string to get the data used.- Parameters:
s- string to parsefileName- file name to generate the error messageversion- format version- Returns:
- the data used corresponding to the string
- Throws:
IllegalArgumentException- if the string does not correspond to a data used
-