|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.orekit.frames.configuration.precessionnutation.CIPCoordinates
public final class CIPCoordinates
This class represents a Celestial Intermediate Pole. It contains a date and the CIP coordinates at that date.
Constructor Summary | |
---|---|
CIPCoordinates(AbsoluteDate date,
double[] cip,
double[] cipDV)
|
|
CIPCoordinates(AbsoluteDate date,
double x,
double xP,
double y,
double yP,
double s,
double sP)
|
Method Summary | |
---|---|
double[] |
getCIPMotion()
Get CIP motion. |
double[] |
getCIPMotionTimeDerivatives()
Get CIP motion time derivatives. |
AbsoluteDate |
getDate()
Get the date. |
double |
getS()
|
double |
getsP()
|
double |
getX()
|
double |
getxP()
|
double |
getY()
|
double |
getyP()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CIPCoordinates(AbsoluteDate date, double x, double xP, double y, double yP, double s, double sP)
date
- datex
- x-coordinate of polexP
- x-coordinate derivative of poley
- y-coordinate of poleyP
- y-coordinate derivative of poles
- s-coordinate of polesP
- s-coordinate derivative of polepublic CIPCoordinates(AbsoluteDate date, double[] cip, double[] cipDV)
date
- datecip
- coordinates of polecipDV
- coordinate derivatives of poleMethod Detail |
---|
public AbsoluteDate getDate()
getDate
in interface TimeStamped
public double[] getCIPMotion()
public double[] getCIPMotionTimeDerivatives()
public double getX()
public double getxP()
public double getY()
public double getyP()
public double getS()
public double getsP()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |