Uses of Class
org.orekit.files.rinex.AppliedDCBS
-
Packages that use AppliedDCBS 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 AppliedDCBS in org.orekit.files.rinex.clock
Methods in org.orekit.files.rinex.clock that return types with arguments of type AppliedDCBS Modifier and Type Method Description List<AppliedDCBS>RinexClock. getListAppliedDCBS()Getter for the applied differential code bias corrections.Methods in org.orekit.files.rinex.clock with parameters of type AppliedDCBS Modifier and Type Method Description voidRinexClock. addAppliedDCBS(AppliedDCBS appliedDCBS)Add an applied differencial code bias corrections. -
Uses of AppliedDCBS in org.orekit.files.rinex.observation
Methods in org.orekit.files.rinex.observation that return types with arguments of type AppliedDCBS Modifier and Type Method Description List<AppliedDCBS>RinexObservationHeader. getListAppliedDCBS()Get the list of applied differential code bias corrections.Methods in org.orekit.files.rinex.observation with parameters of type AppliedDCBS Modifier and Type Method Description voidRinexObservationHeader. addAppliedDCBS(AppliedDCBS appliedDCBS)Add applied differential code bias corrections.
-