Class TutorialOrbit


  • public class TutorialOrbit
    extends Object
    Initial data for the orbit determination orbit.

    Data are read from a YAML file.

    Author:
    Bryan Cazabonne
    • Constructor Detail

      • TutorialOrbit

        public TutorialOrbit()
    • Method Detail

      • getDate

        public String getDate()
        Get the String representation of the orbit date.
        Returns:
        the String representation of the orbit date
      • setDate

        public void setDate​(String date)
        Set the String representation of the orbit date.
        Parameters:
        date - String representation of the orbit date
      • getFrameName

        public String getFrameName()
        Get the name of the inertial orbit frame.
        Returns:
        the name of the inertial orbit frame
      • setFrameName

        public void setFrameName​(String frameName)
        Set the name of the inertial orbit frame.
        Parameters:
        frameName - name of the inertial orbit frame
      • getOrbitType

        public TutorialOrbitType getOrbitType()
        Get the orbit type (name and orbital elements).
        Returns:
        the orbit type including the name and the orbital elements
      • setOrbitType

        public void setOrbitType​(TutorialOrbitType orbitType)
        Set the orbit type (name and orbital elements).
        Parameters:
        orbitType - orbit type including the name and the orbital elements
      • getInertialFrame

        public org.orekit.frames.Frame getInertialFrame()
        Get the inertial frame.
        Returns:
        the inertial frame