Class SsrIgm05Data
java.lang.Object
org.orekit.gnss.metric.messages.ssr.SsrData
org.orekit.gnss.metric.messages.ssr.igm.SsrIgmData
org.orekit.gnss.metric.messages.ssr.igm.SsrIgm05Data
Container for SSR IGM05 data.
- Since:
- 11.0
- Author:
- Bryan Cazabonne
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCodeBias(CodeBias bias) Add a code bias value for the current satellite.getCodeBias(int signalID) Get the code bias for a given signal ID.Get the code biases for the current satellite.intGet the number of biases processed for the current satellite.voidsetNumberOfBiasesProcessed(int numberOfBiasesProcessed) Set the number of biases processed for the current satellite.Methods inherited from class org.orekit.gnss.metric.messages.ssr.igm.SsrIgmData
getSatelliteID, setSatelliteID
-
Constructor Details
-
SsrIgm05Data
public SsrIgm05Data()Constructor.
-
-
Method Details
-
getNumberOfBiasesProcessed
public int getNumberOfBiasesProcessed()Get the number of biases processed for the current satellite.- Returns:
- the number of biases processed
-
setNumberOfBiasesProcessed
public void setNumberOfBiasesProcessed(int numberOfBiasesProcessed) Set the number of biases processed for the current satellite.- Parameters:
numberOfBiasesProcessed- the number to set
-
addCodeBias
Add a code bias value for the current satellite.- Parameters:
bias- the code bias to add
-
getCodeBiases
Get the code biases for the current satellite.First key: signal ID Second key: the code bias object
- Returns:
- the code biases for the current satellite
-
getCodeBias
Get the code bias for a given signal ID.- Parameters:
signalID- the signal IF- Returns:
- the corresponding code bias (null if not provided)
-