Class TutorialOrbitType.TutorialKeplerianOrbit

  • Enclosing class:
    TutorialOrbitType

    public static class TutorialOrbitType.TutorialKeplerianOrbit
    extends Object
    Keplerian orbit.
    • Constructor Detail

      • TutorialKeplerianOrbit

        public TutorialKeplerianOrbit()
    • Method Detail

      • getA

        public double getA()
        Get the semi major axis.
        Returns:
        the semi major axis (m)
      • setA

        public void setA​(double a)
        Set the semi major axis.
        Parameters:
        a - semi major axis (m)
      • getE

        public double getE()
        Get the orbit eccentricity.
        Returns:
        the orbit eccentricity
      • setE

        public void setE​(double e)
        Set the orbit eccentricity.
        Parameters:
        e - orbit eccentricity
      • getI

        public double getI()
        Get the orbit inclination.
        Returns:
        the orbit inclination (°)
      • setI

        public void setI​(double i)
        Set the orbit inclination.
        Parameters:
        i - orbit inclination (°)
      • getPa

        public double getPa()
        Get the perigee argument.
        Returns:
        the perigee argument (°)
      • setPa

        public void setPa​(double pa)
        Set the perigee argument.
        Parameters:
        pa - perigee argument (°)
      • getRaan

        public double getRaan()
        Get the right ascension of the ascending node.
        Returns:
        the right ascension of the ascending node (°)
      • setRaan

        public void setRaan​(double raan)
        Set the right ascension of the ascending node.
        Parameters:
        raan - right ascension of the ascending node (°)
      • getV

        public double getV()
        Get the true anomaly.
        Returns:
        the true anomaly (°)
      • setV

        public void setV​(double v)
        Set the true anomaly.
        Parameters:
        v - true anomaly (°)
      • getPositionAngle

        public String getPositionAngle()
        Get the name of the position angle.
        Returns:
        the name of the position angle
      • setPositionAngle

        public void setPositionAngle​(String positionAngle)
        Set the name of the position angle.
        Parameters:
        positionAngle - name of the position angle