Enum AttitudeEntryKey

    • Enum Constant Detail

      • quaternionState

        public static final AttitudeEntryKey quaternionState
        Quaternion state sub-section.
      • quaternionDerivative

        public static final AttitudeEntryKey quaternionDerivative
        Quaternion/derivative sub-section.
      • quaternionEulerRate

        public static final AttitudeEntryKey quaternionEulerRate
        Quaternion/rate sub-section.
      • eulerAngle

        public static final AttitudeEntryKey eulerAngle
        Euler angle sub-section.
      • eulerAngleRate

        public static final AttitudeEntryKey eulerAngleRate
        Euler angle/rate sub-section.
      • spinNutation

        public static final AttitudeEntryKey spinNutation
        Spin/nutation sub-section.
      • quaternion

        public static final AttitudeEntryKey quaternion
        Quaternion sub-sub-section.
      • quaternionRate

        public static final AttitudeEntryKey quaternionRate
        Quaternion rate sub-sub-section.
      • rotationAngles

        public static final AttitudeEntryKey rotationAngles
        Rotation angles sub-sub-section.
      • rotationRates

        public static final AttitudeEntryKey rotationRates
        Rotation rates sub-sub-section.
      • Q1

        public static final AttitudeEntryKey Q1
        Quaternion first vectorial component.
      • Q2

        public static final AttitudeEntryKey Q2
        Quaternion second vectorial component.
      • Q3

        public static final AttitudeEntryKey Q3
        Quaternion third vectorial component.
      • Q1_DOT

        public static final AttitudeEntryKey Q1_DOT
        Quaternion first vectorial component.
      • Q2_DOT

        public static final AttitudeEntryKey Q2_DOT
        Quaternion second vectorial component.
      • Q3_DOT

        public static final AttitudeEntryKey Q3_DOT
        Quaternion third vectorial component.
      • QC_DOT

        public static final AttitudeEntryKey QC_DOT
        Quaternion scalar component.
      • SPIN_ALPHA

        public static final AttitudeEntryKey SPIN_ALPHA
        Right ascension of spin axis vector.
      • SPIN_DELTA

        public static final AttitudeEntryKey SPIN_DELTA
        Declination of spin axis vector.
      • SPIN_ANGLE

        public static final AttitudeEntryKey SPIN_ANGLE
        Phase of satellite about spin axis.
      • SPIN_ANGLE_VEL

        public static final AttitudeEntryKey SPIN_ANGLE_VEL
        angular velocity of satellite around spin axis.
      • NUTATION_PER

        public static final AttitudeEntryKey NUTATION_PER
        Nutation period entry.
      • NUTATION_PHASE

        public static final AttitudeEntryKey NUTATION_PHASE
        Nutation phase entry.
    • Method Detail

      • values

        public static AttitudeEntryKey[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (AttitudeEntryKey c : AttitudeEntryKey.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static AttitudeEntryKey valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
        NullPointerException - if the argument is null
      • process

        public boolean process​(ParseToken token,
                               ContextBinding context,
                               org.orekit.files.ccsds.ndm.adm.aem.AttitudeEntry container)
        Process an token.
        Parameters:
        token - token to process
        context - context binding
        container - container to fill
        Returns:
        true of token was accepted