Uses of Class
org.orekit.gnss.AppliedDCBS
-
Packages that use AppliedDCBS 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 AppliedDCBS in org.orekit.gnss
Methods in org.orekit.gnss 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.Constructor parameters in org.orekit.gnss with type arguments of type AppliedDCBS Constructor Description RinexObservationHeader(double rinexVersion, SatelliteSystem satelliteSystem, String markerName, String markerNumber, String markerType, String observerName, String agencyName, String receiverNumber, String receiverType, String receiverVersion, String antennaNumber, String antennaType, Vector3D approxPos, double antHeight, Vector2D eccentricities, Vector3D antRefPoint, String obsCode, Vector3D antPhaseCenter, Vector3D antBSight, double antAzi, Vector3D antZeroDir, Vector3D centerMass, String sigStrengthUnit, double interval, AbsoluteDate tFirstObs, AbsoluteDate tLastObs, int clkOffset, List<AppliedDCBS> listAppliedDCBS, List<AppliedPCVS> listAppliedPCVS, List<RinexObservationLoader.Parser.PhaseShiftCorrection> phaseShiftCorrections, int leapSeconds, int leapSecondsFuture, int leapSecondsWeekNum, int leapSecondsDayNum)
Simple constructor, for Rinex 3 Header. -
Uses of AppliedDCBS in org.orekit.gnss.clock
Methods in org.orekit.gnss.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.gnss.clock with parameters of type AppliedDCBS Modifier and Type Method Description void
RinexClock. addAppliedDCBS(AppliedDCBS appliedDCBS)
Add an applied differencial code bias corrections.
-