Uses of Class
org.orekit.gnss.RinexLoader.Parser.AppliedDCBS
-
Packages that use RinexLoader.Parser.AppliedDCBS Package Description org.orekit.gnss This package provides classes related to GNSS applications. -
-
Uses of RinexLoader.Parser.AppliedDCBS in org.orekit.gnss
Methods in org.orekit.gnss that return types with arguments of type RinexLoader.Parser.AppliedDCBS Modifier and Type Method Description List<RinexLoader.Parser.AppliedDCBS>
RinexHeader. getListAppliedDCBS()
Get the list of applied differential code bias corrections.Constructor parameters in org.orekit.gnss with type arguments of type RinexLoader.Parser.AppliedDCBS Constructor Description RinexHeader(double rinexVersion, SatelliteSystem satelliteSystem, String markerName, String markerNumber, String markerType, String observerName, String agencyName, String receiverNumber, String receiverType, String receiverVersion, String antennaNumber, String antennaType, org.hipparchus.geometry.euclidean.threed.Vector3D approxPos, double antHeight, org.hipparchus.geometry.euclidean.twod.Vector2D eccentricities, org.hipparchus.geometry.euclidean.threed.Vector3D antRefPoint, String obsCode, org.hipparchus.geometry.euclidean.threed.Vector3D antPhaseCenter, org.hipparchus.geometry.euclidean.threed.Vector3D antBSight, double antAzi, org.hipparchus.geometry.euclidean.threed.Vector3D antZeroDir, org.hipparchus.geometry.euclidean.threed.Vector3D centerMass, String sigStrengthUnit, double interval, AbsoluteDate tFirstObs, AbsoluteDate tLastObs, int clkOffset, List<RinexLoader.Parser.AppliedDCBS> listAppliedDCBS, List<RinexLoader.Parser.AppliedPCVS> listAppliedPCVS, List<RinexLoader.Parser.PhaseShiftCorrection> phaseShiftCorrections, int leapSeconds, int leapSecondsFuture, int leapSecondsWeekNum, int leapSecondsDayNum)
Simple constructor, for Rinex 3 Header.
-