Class PoleCorrection

java.lang.Object
org.orekit.frames.PoleCorrection
All Implemented Interfaces:
Serializable

public class PoleCorrection extends Object implements Serializable
Simple container class for pole correction parameters.

This class is a simple container, it does not provide any processing method.

Author:
Luc Maisonobe
See Also:
  • Field Details

    • NULL_CORRECTION

      public static final PoleCorrection NULL_CORRECTION
      Null correction (xp = 0, yp = 0).
  • Constructor Details

    • PoleCorrection

      public PoleCorrection(double xp, double yp)
      Simple constructor.
      Parameters:
      xp - xp parameter (radians)
      yp - yp parameter (radians)
  • Method Details

    • getXp

      public double getXp()
      Get the xp parameter.
      Returns:
      xp parameter
    • getYp

      public double getYp()
      Get the yp parameter.
      Returns:
      yp parameter