Package org.orekit.files.rinex
Class AppliedPCVS
- java.lang.Object
-
- org.orekit.files.rinex.AppliedPCVS
-
public class AppliedPCVS extends Object
Corrections of antenna phase center variations (PCVs) applied. Contains information on the programs used to correct the observations in RINEX or clock files for antenna phase center variations.
-
-
Constructor Summary
Constructors Constructor Description AppliedPCVS(SatelliteSystem satelliteSystem, String progPCVS, String sourcePCVS)
Simple constructor.
-
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.
-
-
-
Constructor Detail
-
AppliedPCVS
public AppliedPCVS(SatelliteSystem satelliteSystem, String progPCVS, String sourcePCVS)
Simple constructor.- Parameters:
satelliteSystem
- satellite systemprogPCVS
- Program name used for PCVssourcePCVS
- Source of corrections (URL)
-
-
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)
-
-