public class Rtcm1019Data extends RtcmEphemerisData
SEC_TO_MILLI
Constructor and Description |
---|
Rtcm1019Data()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getGpsCodeOnL2()
Get the GPS code on L2.
|
int |
getGpsFitInterval()
Get the GPS fit interval.
|
boolean |
getGpsL2PDataFlag()
Get the GPS L2 P-Code data flag.
|
GPSNavigationMessage |
getGpsNavigationMessage()
Get the GPS navigation message corresponding to the current RTCM data.
|
GPSNavigationMessage |
getGpsNavigationMessage(TimeScales timeScales)
Get the GPS navigation message corresponding to the current RTCM data.
|
double |
getGpsToc()
Get the GPS time of clock.
|
void |
setGpsCodeOnL2(int gpsCodeOnL2)
Set the GPS code on L2.
|
void |
setGpsFitInterval(int gpsFitInterval)
Set the GPS fit interval.
|
void |
setGpsL2PDataFlag(boolean gpsL2PDataFlag)
Set the GPS L2 P-code data flag.
|
void |
setGpsNavigationMessage(GPSNavigationMessage gpsNavigationMessage)
Set the GPS navigation message.
|
void |
setGpsToc(double toc)
Set the GPS time of clock.
|
getAccuracyProvider, getSatelliteID, setAccuracyProvider, setSatelliteID
@DefaultDataContext public GPSNavigationMessage getGpsNavigationMessage()
This object can be used to initialize a GNSSPropagator
This method uses the DataContext.getDefault()
to initialize
the time scales used to configure the reference epochs of the navigation
message.
public GPSNavigationMessage getGpsNavigationMessage(TimeScales timeScales)
This object can be used to initialize a GNSSPropagator
When calling this method, the reference epochs of the navigation message (i.e. ephemeris and clock epochs) are initialized using the provided time scales.
timeScales
- time scales to use for initializing epochspublic void setGpsNavigationMessage(GPSNavigationMessage gpsNavigationMessage)
gpsNavigationMessage
- the GPS navigation message to setpublic double getGpsToc()
The GPS time of clock is given in seconds since the beginning of the GPS week.
public void setGpsToc(double toc)
toc
- the time of clock to setpublic int getGpsCodeOnL2()
public void setGpsCodeOnL2(int gpsCodeOnL2)
gpsCodeOnL2
- the code to setpublic boolean getGpsL2PDataFlag()
public void setGpsL2PDataFlag(boolean gpsL2PDataFlag)
gpsL2PDataFlag
- the flag to setpublic int getGpsFitInterval()
public void setGpsFitInterval(int gpsFitInterval)
gpsFitInterval
- the GPS fit interval to setCopyright © 2002-2022 CS GROUP. All rights reserved.