Enum Class Trajectory.OrbitOrientationModel

java.lang.Object
java.lang.Enum<Trajectory.OrbitOrientationModel>
gaiasky.scene.component.Trajectory.OrbitOrientationModel
All Implemented Interfaces:
Serializable, Comparable<Trajectory.OrbitOrientationModel>, Constable
Enclosing class:
Trajectory

public static enum Trajectory.OrbitOrientationModel extends Enum<Trajectory.OrbitOrientationModel>
Orientation model for this orbit/trajectory.
  • Enum Constant Details

    • DEFAULT

      public static final Trajectory.OrbitOrientationModel DEFAULT
      Equatorial plane is the reference plane, and aries (vernal equinox) is the reference direction.
    • EXTRASOLAR_SYSTEM

      public static final Trajectory.OrbitOrientationModel EXTRASOLAR_SYSTEM
      Extrasolar systems are typically specified using elements in a special reference system. In this reference system, the reference plane is the plane whose normal is the line of sight vector from the Sun to the planet or star for whom the orbit is defined. The reference direction is the direction from the object to the north celestial pole projected on the reference plane.
  • Method Details

    • values

      public static Trajectory.OrbitOrientationModel[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

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

      public boolean isDefault()
    • isExtrasolar

      public boolean isExtrasolar()