|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.orekit.frames.configuration.eop.PoleCorrection
public class PoleCorrection
Simple container class for pole correction parameters.
This class is a simple container, it does not provide any processing method.
Field Summary | |
---|---|
static PoleCorrection |
NULL_CORRECTION
Null correction (xp = 0, yp = 0). |
Constructor Summary | |
---|---|
PoleCorrection(double xp,
double yp)
Simple constructor. |
Method Summary | |
---|---|
double |
getXp()
Get the xp parameter. |
double |
getYp()
Get the yp parameter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final PoleCorrection NULL_CORRECTION
Constructor Detail |
---|
public PoleCorrection(double xp, double yp)
xp
- xp parameter (radians)yp
- yp parameter (radians)Method Detail |
---|
public double getXp()
public double getYp()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |