Enum Class TdmDataKey

java.lang.Object
java.lang.Enum<TdmDataKey>
org.orekit.files.ccsds.ndm.tdm.TdmDataKey
All Implemented Interfaces:
Serializable, Comparable<TdmDataKey>, Constable

public enum TdmDataKey extends Enum<TdmDataKey>
Keys for TDM observations entries, except the measurements themselves.
Since:
11.0
Author:
Maxime Journot
  • Enum Constant Details

    • observation

      public static final TdmDataKey observation
      Observation wrapper.
    • COMMENT

      public static final TdmDataKey COMMENT
      Comment entry.
    • EPOCH

      public static final TdmDataKey EPOCH
      Epoch entry.
  • Method Details

    • values

      public static TdmDataKey[] 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 TdmDataKey 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
    • process

      public boolean process(ParseToken token, ContextBinding context, ObservationsBlock observationsBlock)
      Process one token.
      Parameters:
      token - token to process
      context - context binding
      observationsBlock - observation block to fill
      Returns:
      true if token was accepted