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 entrypublic 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 entryclock
- the clock value in (micro-seconds)public 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 entryclockCorr
- the clock value that corresponds to this coordinaterateChange
- the clock rate changepublic 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 setpublic double getClockCorrection()
public void setClockCorrection(double corr)
corr
- the clock correction valuepublic double getClockRateChange()
public void setClockRateChange(double rateChange)
rateChange
- the clock rate change valueCopyright © 2017 CNES. All rights reserved.