public class EarthOrientationParameterMessage extends TypeSvMessage
Constructor and Description |
---|
EarthOrientationParameterMessage(SatelliteSystem system,
int prn,
String navigationMessageType)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
getDut1()
Get the ΔUT₁.
|
double |
getDut1Dot()
Get the ΔUT₁ first derivative.
|
double |
getDut1DotDot()
Get the ΔUT₁ second derivative.
|
AbsoluteDate |
getReferenceEpoch()
Get the reference epoch.
|
double |
getTransmissionTime()
Get the message transmission time.
|
double |
getXp()
Get the X component of the pole.
|
double |
getXpDot()
Get the X component of the pole first derivative.
|
double |
getXpDotDot()
Get the X component of the pole second derivative.
|
double |
getYp()
Get the Y component of the pole.
|
double |
getYpDot()
Get the Y component of the pole first derivative.
|
double |
getYpDotDot()
Get the Y component of the pole second derivative.
|
void |
setDut1(double dUT1)
Set the ΔUT₁.
|
void |
setDut1Dot(double dUT1Dot)
Set the ΔUT₁ first derivative.
|
void |
setDut1DotDot(double dUT1DotDot)
Set the ΔUT₁ second derivative.
|
void |
setReferenceEpoch(AbsoluteDate referenceEpoch)
Set the reference epoch.
|
void |
setTransmissionTime(double transmissionTime)
Set the message transmission time.
|
void |
setXp(double xp)
Set the X component of the pole.
|
void |
setXpDot(double xpDot)
Set the X component of the pole first derivative.
|
void |
setXpDotDot(double xpDotDot)
Set the X component of the pole second derivative.
|
void |
setYp(double yp)
Set the Y component of the pole.
|
void |
setYpDot(double ypDot)
Set the Y component of the pole first derivative.
|
void |
setYpDotDot(double ypDotDot)
Set the Y component of the pole second derivative.
|
getNavigationMessageType, getPrn, getSystem
public EarthOrientationParameterMessage(SatelliteSystem system, int prn, String navigationMessageType)
system
- satellite systemprn
- satellite numbernavigationMessageType
- navigation message typepublic AbsoluteDate getReferenceEpoch()
public void setReferenceEpoch(AbsoluteDate referenceEpoch)
referenceEpoch
- the reference epoch to setpublic double getXp()
public void setXp(double xp)
xp
- X component of the pole (rad)public double getXpDot()
public void setXpDot(double xpDot)
xpDot
- X component of the pole first derivative (rad/s)public double getXpDotDot()
public void setXpDotDot(double xpDotDot)
xpDotDot
- X component of the pole second derivative (rad/s²)public double getYp()
public void setYp(double yp)
yp
- Y component of the pole (rad)public double getYpDot()
public void setYpDot(double ypDot)
ypDot
- Y component of the pole first derivative (rad/s)public double getYpDotDot()
public void setYpDotDot(double ypDotDot)
ypDotDot
- Y component of the pole second derivative (rad/s²)public double getDut1()
public void setDut1(double dUT1)
dUT1
- ΔUT₁ (s)public double getDut1Dot()
public void setDut1Dot(double dUT1Dot)
dUT1Dot
- ΔUT₁ first derivative (s/s)public double getDut1DotDot()
public void setDut1DotDot(double dUT1DotDot)
dUT1DotDot
- ΔUT₁ second derivative (s/s²)public double getTransmissionTime()
public void setTransmissionTime(double transmissionTime)
transmissionTime
- the message transmission timeCopyright © 2002-2023 CS GROUP. All rights reserved.