Class 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:
    Serialized Form
    • Field Detail

      • NULL_CORRECTION

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

      • PoleCorrection

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

      • getXp

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

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