Package org.orekit.gnss
Class RinexLoader.Parser.AppliedPCVS
- java.lang.Object
-
- org.orekit.gnss.RinexLoader.Parser.AppliedPCVS
-
- Enclosing class:
- RinexLoader.Parser
public class RinexLoader.Parser.AppliedPCVS extends Object
Corrections of antenna phase center variations (PCVs) applied. Contains information on the programs used to correct the observations in RINEX files for antenna phase center variations.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getProgPCVS()
Get the program name used to apply PCVs.SatelliteSystem
getSatelliteSystem()
Get the satellite system.String
getSourcePCVS()
Get the source of corrections.
-
-
-
Method Detail
-
getSatelliteSystem
public SatelliteSystem getSatelliteSystem()
Get the satellite system.- Returns:
- satellite system
-
getProgPCVS
public String getProgPCVS()
Get the program name used to apply PCVs.- Returns:
- Program name used to apply PCVs
-
getSourcePCVS
public String getSourcePCVS()
Get the source of corrections.- Returns:
- Source of corrections (URL)
-
-