Uses of Class
org.orekit.gnss.AppliedPCVS
-
Packages that use AppliedPCVS Package Description org.orekit.gnss This package provides classes related to GNSS applications.org.orekit.gnss.clock This package provides classes related to navigation clock files. -
-
Uses of AppliedPCVS in org.orekit.gnss
Methods in org.orekit.gnss 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. -
Uses of AppliedPCVS in org.orekit.gnss.clock
Methods in org.orekit.gnss.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.gnss.clock with parameters of type AppliedPCVS Modifier and Type Method Description void
RinexClock. addAppliedPCVS(AppliedPCVS appliedPCVS)
Add an applied phase center variations.
-