Package org.orekit.frames
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 Summary
Constructors Constructor Description FieldPoleCorrection(T xp, T yp)
Simple constructor.
-