Class FieldPoleCorrection<T extends CalculusFieldElement<T>>

  • Type Parameters:
    T - type of the field elements

    public class FieldPoleCorrection<T extends CalculusFieldElement<T>>
    extends Object
    Simple container class for pole correction parameters.

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

    Since:
    9.0
    Author:
    Luc Maisonobe
    • Constructor Detail

      • FieldPoleCorrection

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

      • getXp

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

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