public final class CIPCoordinates extends Object implements TimeStamped, Serializable
Constructor and Description |
---|
CIPCoordinates(AbsoluteDate dateIn,
double[] cip,
double[] cipDV) |
CIPCoordinates(AbsoluteDate dateIn,
double xIn,
double xPIn,
double yIn,
double yPIn,
double sIn,
double sPIn) |
Modifier and Type | Method and Description |
---|---|
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() |
public CIPCoordinates(AbsoluteDate dateIn, double xIn, double xPIn, double yIn, double yPIn, double sIn, double sPIn)
dateIn
- datexIn
- x-coordinate of polexPIn
- x-coordinate derivative of poleyIn
- y-coordinate of poleyPIn
- y-coordinate derivative of polesIn
- s-coordinate of polesPIn
- s-coordinate derivative of polepublic CIPCoordinates(AbsoluteDate dateIn, double[] cip, double[] cipDV)
dateIn
- datecip
- coordinates of polecipDV
- coordinate derivatives of polepublic 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()
Copyright © 2023 CNES. All rights reserved.