Class FieldPoleCorrection<T extends CalculusFieldElement<T>>

java.lang.Object
org.orekit.frames.FieldPoleCorrection<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 Details

    • FieldPoleCorrection

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

    • getXp

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

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