Class TutorialOrbitType.TutorialCartesianOrbit

  • Enclosing class:
    TutorialOrbitType

    public static class TutorialOrbitType.TutorialCartesianOrbit
    extends Object
    Cartesian orbit.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getVx()
      Get the first coordinate of the satellite velocity.
      double getVy()
      Get the second coordinate of the satellite velocity.
      double getVz()
      Get the third coordinate of the satellite velocity.
      double getX()
      Get the first coordinate of position vector.
      double getY()
      Get the second coordinate of position vector.
      double getZ()
      Get the third coordinate of the satellite position.
      void setVx​(double vx)
      Set the first coordinate of the satellite velocity.
      void setVy​(double vy)
      Set the second coordinate of the satellite velocity.
      void setVz​(double vz)
      Set the third coordinate of the satellite velocity.
      void setX​(double x)
      Set the first coordinate of position vector.
      void setY​(double y)
      Set the second coordinate of position vector.
      void setZ​(double z)
      Set the third coordinate of the satellite position.
    • Constructor Detail

      • TutorialCartesianOrbit

        public TutorialCartesianOrbit()
    • Method Detail

      • getX

        public double getX()
        Get the first coordinate of position vector.
        Returns:
        the first coordinate of position vector (m)
      • setX

        public void setX​(double x)
        Set the first coordinate of position vector.
        Parameters:
        x - first coordinate of position vector (m)
      • getY

        public double getY()
        Get the second coordinate of position vector.
        Returns:
        the second coordinate of position vector (m)
      • setY

        public void setY​(double y)
        Set the second coordinate of position vector.
        Parameters:
        y - second coordinate of position vector (m)
      • getZ

        public double getZ()
        Get the third coordinate of the satellite position.
        Returns:
        the third coordinate of the satellite position (m)
      • setZ

        public void setZ​(double z)
        Set the third coordinate of the satellite position.
        Parameters:
        z - third coordinate of the satellite position (m)
      • getVx

        public double getVx()
        Get the first coordinate of the satellite velocity.
        Returns:
        the first coordinate of the satellite velocity (m/s)
      • setVx

        public void setVx​(double vx)
        Set the first coordinate of the satellite velocity.
        Parameters:
        vx - first coordinate of the satellite velocity (m/s)
      • getVy

        public double getVy()
        Get the second coordinate of the satellite velocity.
        Returns:
        the second coordinate of the satellite velocity (m/s)
      • setVy

        public void setVy​(double vy)
        Set the second coordinate of the satellite velocity.
        Parameters:
        vy - second coordinate of the satellite velocity (m/s)
      • getVz

        public double getVz()
        Get the third coordinate of the satellite velocity.
        Returns:
        the third coordinate of the satellite velocity (m/s)
      • setVz

        public void setVz​(double vz)
        Set the third coordinate of the satellite velocity.
        Parameters:
        vz - third coordinate of the satellite velocity (m/s)