public class TutorialStation extends Object
Data are read from a YAML file.
Element | Coordinate | Unit |
---|---|---|
0 | Latitude | ° |
1 | Longitude | ° |
2 | Altitude | m |
Modifier and Type | Class and Description |
---|---|
static class |
TutorialStation.TutorialObservationType
Observation types for the measurements.
|
Constructor and Description |
---|
TutorialStation() |
Modifier and Type | Method and Description |
---|---|
double |
getAltitude()
Get the station altitude as read in the YAML file.
|
TutorialEstimatedParameter |
getAzElBias()
Get the estimated azimuth/elevation measurement bias.
|
double[] |
getCoordinates()
Get the array containing the station coordinates.
|
double |
getLatitude()
Get the station latitude as read in the YAML file.
|
double |
getLongitude()
Get the station longitude as read in the YAML file.
|
String |
getName()
Get the station name.
|
List<TutorialStation.TutorialObservationType> |
getObservationTypes()
Get the list of observation types.
|
TutorialEstimatedParameter |
getPhaseBias()
Get the estimated phase measurement bias.
|
TutorialEstimatedParameter |
getPvBias()
Get the estimated position/velocity measurement bias.
|
TutorialEstimatedParameter |
getRangeBias()
Get the estimated range measurement bias.
|
TutorialEstimatedParameter |
getRangeRateBias()
Get the estimated range rate measurement bias.
|
void |
setAzElBias(TutorialEstimatedParameter azElBias)
Set the estimated azimuth/elevation measurement bias.
|
void |
setCoordinates(double[] coordinates)
Set the array containing the station coordinates.
|
void |
setName(String name)
Set the station name.
|
void |
setObservationTypes(List<TutorialStation.TutorialObservationType> observationTypes)
Set the list of observation types.
|
void |
setPhaseBias(TutorialEstimatedParameter phaseBias)
Set the estimated phase measurement bias.
|
void |
setPvBias(TutorialEstimatedParameter pvBias)
Set the estimated position/velocity measurement bias.
|
void |
setRangeBias(TutorialEstimatedParameter rangeBias)
Set the estimated range measurement bias.
|
void |
setRangeRateBias(TutorialEstimatedParameter rangeRateBias)
Set the estimated range rate measurement bias.
|
public String getName()
public void setName(String name)
name
- station namepublic double[] getCoordinates()
Order of the elements is given in the class documentation
.
public void setCoordinates(double[] coordinates)
Order of the elements is given in the class documentation
.
coordinates
- array containing the station coordinates.public List<TutorialStation.TutorialObservationType> getObservationTypes()
public void setObservationTypes(List<TutorialStation.TutorialObservationType> observationTypes)
observationTypes
- list of observation typespublic TutorialEstimatedParameter getRangeBias()
public void setRangeBias(TutorialEstimatedParameter rangeBias)
rangeBias
- range estimated measurement biaspublic TutorialEstimatedParameter getRangeRateBias()
public void setRangeRateBias(TutorialEstimatedParameter rangeRateBias)
rangeRateBias
- range rate estimated measurement biaspublic TutorialEstimatedParameter getAzElBias()
public void setAzElBias(TutorialEstimatedParameter azElBias)
azElBias
- azimuth/elevation estimated measurement biaspublic TutorialEstimatedParameter getPvBias()
public void setPvBias(TutorialEstimatedParameter pvBias)
pvBias
- position/velocity estimated measurement biaspublic TutorialEstimatedParameter getPhaseBias()
public void setPhaseBias(TutorialEstimatedParameter phaseBias)
phaseBias
- phase estimated measurement biaspublic double getLatitude()
public double getLongitude()
public double getAltitude()
Copyright © 2002–2020 CS Systèmes d'Information. All rights reserved.