Class TrackCorridor.TutorialTrackCorridor

  • Enclosing class:
    TrackCorridor

    public static class TrackCorridor.TutorialTrackCorridor
    extends Object
    Input data for the TrackCorridor tutorial.

    Data are read from a YAML file.

    Author:
    Bryan Cazabonne
    • Constructor Detail

      • TutorialTrackCorridor

        public TutorialTrackCorridor()
    • Method Detail

      • getOrbit

        public TutorialOrbit getOrbit()
        Get the orbit data (circular orbit).
        Returns:
        the orbit data
      • setOrbit

        public void setOrbit​(TutorialOrbit orbit)
        Set the orbit data (circular orbit).
        Parameters:
        orbit - orbit data
      • getStartDate

        public String getStartDate()
        Get the simulation start date.
        Returns:
        the simulation start date
      • setStartDate

        public void setStartDate​(String startDate)
        Set the simulation start date.
        Parameters:
        startDate - simulation start date
      • getDuration

        public double getDuration()
        Get the simulation duration.
        Returns:
        the simulation duration (s)
      • setDuration

        public void setDuration​(double duration)
        Set the simulation duration.
        Parameters:
        duration - simulation duration (s)
      • getStep

        public double getStep()
        Get the time step between each points.
        Returns:
        the time step between each points (s)
      • setStep

        public void setStep​(double step)
        Set the time step between each points.
        Parameters:
        step - time step between each points (s)
      • getAngularOffset

        public double getAngularOffset()
        Get the angular offset.
        Returns:
        the angular offset (°)
      • setAngularOffset

        public void setAngularOffset​(double angularOffset)
        Set the angular offset.
        Parameters:
        angularOffset - angular offset (°)