public class SBASNavigationMessage extends AbstractEphemerisMessage implements SBASOrbitalElements
| Constructor and Description |
|---|
SBASNavigationMessage()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getAGf0()
Gets the Zeroth Order Clock Correction.
|
double |
getAGf1()
Gets the First Order Clock Correction.
|
int |
getIODN()
Gets the Issue Of Data Navigation (IODN).
|
double |
getTime()
Gets the Reference Time of the SBAS orbit in GPS seconds of the week.
|
double |
getURA()
Getter for the user range accuray (meters).
|
int |
getWeek()
Gets the Reference Week of the SBAS orbit.
|
void |
setAGf0(double a0)
Setter for the SV clock bias.
|
void |
setAGf1(double a1)
Setter for the SV relative frequency.
|
void |
setIODN(double iod)
Setter for the issue of data navigation.
|
void |
setTime(double time)
Setter for the reference time of the SBAS orbit in GPS seconds of the week.
|
void |
setURA(double accuracy)
Setter for the user range accuracy.
|
getDate, getEpochToc, getHealth, getPRN, getX, getXDot, getXDotDot, getY, getYDot, getYDotDot, getZ, getZDot, getZDotDot, setDate, setEpochToc, setHealth, setPRN, setX, setXDot, setXDotDot, setY, setYDot, setYDotDot, setZ, setZDot, setZDotDotclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPRN, getToc, getX, getXDot, getXDotDot, getY, getYDot, getYDotDot, getZ, getZDot, getZDotDotgetDatepublic int getWeek()
getWeek in interface SBASOrbitalElementspublic double getTime()
getTime in interface SBASOrbitalElementspublic void setTime(double time)
time - the time to setpublic int getIODN()
getIODN in interface SBASOrbitalElementspublic void setIODN(double iod)
iod - the issue of data to setpublic double getAGf0()
getAGf0 in interface SBASOrbitalElementspublic void setAGf0(double a0)
a0 - the SV clock bias to set in secondspublic double getAGf1()
getAGf1 in interface SBASOrbitalElementspublic void setAGf1(double a1)
a1 - the SV relative frequency to setpublic double getURA()
public void setURA(double accuracy)
accuracy - the value to setCopyright © 2002-2021 CS GROUP. All rights reserved.