Uses of Class
org.orekit.files.rinex.AppliedPCVS
-
Packages that use AppliedPCVS Package Description org.orekit.files.rinex.clock This package provides classes related to navigation clock files.org.orekit.files.rinex.observation This package provides classes related to RINEX observation files. -
-
Uses of AppliedPCVS in org.orekit.files.rinex.clock
Methods in org.orekit.files.rinex.clock that return types with arguments of type AppliedPCVS Modifier and Type Method Description List<AppliedPCVS>RinexClock. getListAppliedPCVS()Getter for the applied phase center variations.Methods in org.orekit.files.rinex.clock with parameters of type AppliedPCVS Modifier and Type Method Description voidRinexClock. addAppliedPCVS(AppliedPCVS appliedPCVS)Add an applied phase center variations. -
Uses of AppliedPCVS in org.orekit.files.rinex.observation
Methods in org.orekit.files.rinex.observation that return types with arguments of type AppliedPCVS Modifier and Type Method Description List<AppliedPCVS>RinexObservationHeader. getListAppliedPCVS()Get the list of antenna center variation corrections.Methods in org.orekit.files.rinex.observation with parameters of type AppliedPCVS Modifier and Type Method Description voidRinexObservationHeader. addAppliedPCVS(AppliedPCVS appliedPCVS)Add antenna center variation corrections.
-