Package org.orekit.frames
Class PoleCorrection
java.lang.Object
org.orekit.frames.PoleCorrection
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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
-