public class DcbDescription extends Object
This class gives important parameters from the analysis and defines the fields in the block ’BIAS/SOLUTION’ of the loaded Sinex file.
Constructor and Description |
---|
DcbDescription()
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getBiasMode()
Get the bias mode
|
String |
getDeterminationMethod()
Get the determination mode used to generate the bias results.
|
int |
getObservationSampling()
Get the observation sampling interval used for data analysis.
|
int |
getParameterSpacing()
Get the parameter spacing interval between the bias value.
|
TimeSystem |
getTimeSystem()
Get the time system for DCB data.
|
void |
setBiasMode(String biasMode)
Set the bias mode.
|
void |
setDeterminationMethod(String determinationMethod)
Set the determination mode used to generate the bias results.
|
void |
setObservationSampling(int observationSampling)
Set the observation sampling interval used for data analysis.
|
void |
setParameterSpacing(int parameterSpacing)
Set the parameter spacing interval between the bias value.
|
void |
setTimeSystem(TimeSystem timeSystem)
Set the time system used for DCB data.
|
public final String getDeterminationMethod()
This value is optional. If the value is not present in the file, the method returns an empty string.
public final String getBiasMode()
The bias mode describes how the included GNSS bias values have to be interpreted and applied.
public final TimeSystem getTimeSystem()
public final int getObservationSampling()
This value is optional. If the value is not present in the file, the method returns -1.
public final int getParameterSpacing()
This value is optional. If the value is not present in the file, the method returns -1.
public void setDeterminationMethod(String determinationMethod)
determinationMethod
- the determination method to setpublic void setBiasMode(String biasMode)
biasMode
- the bias mode to setpublic void setTimeSystem(TimeSystem timeSystem)
timeSystem
- the time system to setpublic void setObservationSampling(int observationSampling)
observationSampling
- the observation sampling to set in secondspublic void setParameterSpacing(int parameterSpacing)
parameterSpacing
- the parameter spacing to set in secondsCopyright © 2002-2023 CS GROUP. All rights reserved.