Enum Class SP3FileType

java.lang.Object
java.lang.Enum<SP3FileType>
org.orekit.files.sp3.SP3FileType
All Implemented Interfaces:
Serializable, Comparable<SP3FileType>, Constable

public enum SP3FileType extends Enum<SP3FileType>
File type indicator.
Since:
12.0
Author:
Thomas Neidhart, Evan Ward, Luc Maisonobe
  • Enum Constant Details

    • GPS

      public static final SP3FileType GPS
      GPS only file.
    • MIXED

      public static final SP3FileType MIXED
      Mixed file.
    • GLONASS

      public static final SP3FileType GLONASS
      GLONASS only file.
    • LEO

      public static final SP3FileType LEO
      LEO only file.
    • GALILEO

      public static final SP3FileType GALILEO
      Galileo only file.
    • SBAS

      public static final SP3FileType SBAS
      SBAS only file.
    • COMPASS

      public static final SP3FileType COMPASS
      COMPASS only file.
    • QZSS

      public static final SP3FileType QZSS
      QZSS only file.
    • UNDEFINED

      public static final SP3FileType UNDEFINED
      undefined file format.
  • Method Details

    • values

      public static SP3FileType[] 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

      public static SP3FileType valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getKey

      public String getKey()
      Get the key for the file type.
      Returns:
      key for the file type
    • parse

      public static SP3FileType parse(String s)
      Parse the string to get the data used.
      Parameters:
      s - string to parse
      Returns:
      the file type corresponding to the string