public abstract class AbstractEphemerisMessage extends Object
GLONASSNavigationMessage
,
SBASNavigationMessage
Constructor and Description |
---|
AbstractEphemerisMessage()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
AbsoluteDate |
getDate()
Getter for the reference date of the ephemeris.
|
AbsoluteDate |
getEpochToc()
Getter for the time of clock epoch.
|
double |
getHealth()
Getter for the health status.
|
int |
getPRN()
Getter for the PRN number of the satellite.
|
double |
getX()
Getter for the satellite X position.
|
double |
getXDot()
Getter for the satellite X velocity.
|
double |
getXDotDot()
Getter for the satellite X acceleration.
|
double |
getY()
Getter for the satellite Y position.
|
double |
getYDot()
Getter for the satellite Y velocity.
|
double |
getYDotDot()
Getter for the satellite Y acceleration.
|
double |
getZ()
Getter for the satellite Z position.
|
double |
getZDot()
Getter for the satellite Z velocity.
|
double |
getZDotDot()
Getter for the satellite Z acceleration.
|
void |
setDate(AbsoluteDate date)
Setter for the reference date of the ephemeris.
|
void |
setEpochToc(AbsoluteDate epochToc)
Setter for the time of clock epoch.
|
void |
setHealth(double health)
Setter for the health status.
|
void |
setPRN(int number)
Setter for the PRN number of the satellite.
|
void |
setX(double x)
Setter for the satellite X position.
|
void |
setXDot(double vx)
Setter for the satellite X velocity.
|
void |
setXDotDot(double ax)
Setter for the satellite X acceleration.
|
void |
setY(double y)
Setter for the satellite Y position.
|
void |
setYDot(double vy)
Setter for the satellite Y velocity.
|
void |
setYDotDot(double ay)
Setter for the satellite Y acceleration.
|
void |
setZ(double z)
Setter for the satellite Z position.
|
void |
setZDot(double vz)
Setter for the satellite Z velocity.
|
void |
setZDotDot(double az)
Setter for the satellite Z acceleration.
|
public AbsoluteDate getDate()
public void setDate(AbsoluteDate date)
date
- the date to setpublic AbsoluteDate getEpochToc()
public void setEpochToc(AbsoluteDate epochToc)
epochToc
- the epoch to setpublic int getPRN()
public void setPRN(int number)
number
- the prn number ot setpublic double getX()
public void setX(double x)
x
- satellite X position (meters) to setpublic double getXDot()
public void setXDot(double vx)
vx
- the satellite X velocity (m/s) to setpublic double getXDotDot()
public void setXDotDot(double ax)
ax
- the satellite X acceleration (m/s²) to setpublic double getY()
public void setY(double y)
y
- satellite Y position (meters) to setpublic double getYDot()
public void setYDot(double vy)
vy
- the satellite Y velocity (m/s) to setpublic double getYDotDot()
public void setYDotDot(double ay)
ay
- the satellite Y acceleration (m/s²) to setpublic double getZ()
public void setZ(double z)
z
- satellite Z position (meters) to setpublic double getZDot()
public void setZDot(double vz)
vz
- the satellite Z velocity (m/s) to setpublic double getZDotDot()
public void setZDotDot(double az)
az
- the satellite Z acceleration (m/s²) to setpublic double getHealth()
public void setHealth(double health)
health
- the health status to setCopyright © 2002-2022 CS GROUP. All rights reserved.