Package org.orekit.gnss
Class RinexLoader.Parser.ScaleFactorCorrection
- java.lang.Object
-
- org.orekit.gnss.RinexLoader.Parser.ScaleFactorCorrection
-
- Enclosing class:
- RinexLoader.Parser
public class RinexLoader.Parser.ScaleFactorCorrection extends Object
Scale Factor to be applied. Contains the scale factors of 10 applied to the data before being stored into the RINEX file.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getCorrection()
Get the Scale Factor.SatelliteSystem
getSatelliteSystem()
Get the Satellite System.List<ObservationType>
getTypesObsScaled()
Get the list of Observation Types scaled.
-
-
-
Method Detail
-
getSatelliteSystem
public SatelliteSystem getSatelliteSystem()
Get the Satellite System.- Returns:
- Satellite System
-
getCorrection
public double getCorrection()
Get the Scale Factor.- Returns:
- Scale Factor
-
getTypesObsScaled
public List<ObservationType> getTypesObsScaled()
Get the list of Observation Types scaled.- Returns:
- List of Observation types scaled
-
-