Package org.orekit.files.sp3
Enum Class SP3FileType
- All Implemented Interfaces:
Serializable,Comparable<SP3FileType>,Constable
File type indicator.
- Since:
- 12.0
- Author:
- Thomas Neidhart, Evan Ward, Luc Maisonobe
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptiongetKey()Get the key for the file type.static SP3FileTypeParse the string to get the data used.static SP3FileTypeReturns the enum constant of this class with the specified name.static SP3FileType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
GPS
GPS only file. -
MIXED
Mixed file. -
GLONASS
GLONASS only file. -
LEO
LEO only file. -
GALILEO
Galileo only file. -
SBAS
SBAS only file. -
NAVIC
NavIC only file. -
COMPASS
COMPASS only file. -
QZSS
QZSS only file. -
UNDEFINED
undefined file format.
-
-
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 file type.- Returns:
- key for the file type
-
parse
Parse the string to get the data used.- Parameters:
s- string to parse- Returns:
- the file type corresponding to the string
-