public class SatelliteTimeCoordinate extends Object implements TimeStamped, Serializable
Constructor and Description |
---|
SatelliteTimeCoordinate(AbsoluteDate time,
PVCoordinates coord)
Creates a new
SatelliteTimeCoordinate instance with
a given epoch and coordinate. |
SatelliteTimeCoordinate(AbsoluteDate time,
PVCoordinates coord,
double clockCorr,
double rateChange)
Creates a new
SatelliteTimeCoordinate instance with a given
epoch, coordinate and clock value / rate change. |
SatelliteTimeCoordinate(AbsoluteDate time,
Vector3D pos,
double clock)
Creates a new
SatelliteTimeCoordinate object with a given epoch
and position coordinate. |
Modifier and Type | Method and Description |
---|---|
double |
getClockCorrection()
Returns the clock correction value.
|
double |
getClockRateChange()
Returns the clock rate change value.
|
PVCoordinates |
getCoordinate()
Returns the coordinate of this entry.
|
AbsoluteDate |
getDate()
Get the date.
|
AbsoluteDate |
getEpoch()
Returns the epoch for this coordinate.
|
void |
setClockCorrection(double corr)
Set the clock correction to the given value.
|
void |
setClockRateChange(double rateChange)
Set the clock rate change to the given value.
|
void |
setCoordinate(PVCoordinates coordinateIn)
Set the coordinate for this entry.
|
void |
setEpoch(AbsoluteDate epochIn)
Set the epoch for this coordinate.
|
public SatelliteTimeCoordinate(AbsoluteDate time, PVCoordinates coord)
SatelliteTimeCoordinate
instance with
a given epoch and coordinate.time
- the epoch of the entrycoord
- the coordinate of the entry in SI units (position in meters, velocity in meters/second and acceleration in
meters/(second^2))public SatelliteTimeCoordinate(AbsoluteDate time, Vector3D pos, double clock)
SatelliteTimeCoordinate
object with a given epoch
and position coordinate. The velocity is set to a zero vector.time
- the epoch of the entrypos
- the position coordinate of the entry in metersclock
- the clock value in microsecondspublic SatelliteTimeCoordinate(AbsoluteDate time, PVCoordinates coord, double clockCorr, double rateChange)
SatelliteTimeCoordinate
instance with a given
epoch, coordinate and clock value / rate change.time
- the epoch of the entrycoord
- the coordinate of the entry in SI units (position in meters, velocity in meters/second and acceleration in
meters/(second^2))clockCorr
- the clock value that corresponds to this coordinate in microsecondsrateChange
- the clock rate change in 10^(-4) microseconds/secondpublic AbsoluteDate getEpoch()
public AbsoluteDate getDate()
getDate
in interface TimeStamped
public void setEpoch(AbsoluteDate epochIn)
epochIn
- the epoch to be setpublic PVCoordinates getCoordinate()
public void setCoordinate(PVCoordinates coordinateIn)
coordinateIn
- the coordinate to be set in SI units (position in meters, velocity in meters/second and acceleration in
meters/(second^2))public double getClockCorrection()
public void setClockCorrection(double corr)
corr
- the clock correction value in microsecondspublic double getClockRateChange()
public void setClockRateChange(double rateChange)
rateChange
- the clock rate change value in 10^(-4) microseconds/secondCopyright © 2023 CNES. All rights reserved.