Uses of Class
org.orekit.gnss.SatelliteSystem
-
Packages that use SatelliteSystem Package Description org.orekit.gnss This package provides classes related to GNSS applications.org.orekit.gnss.antenna This package provides classes related to receiver and satellites antenna modeling. -
-
Uses of SatelliteSystem in org.orekit.gnss
Methods in org.orekit.gnss that return SatelliteSystem Modifier and Type Method Description SatelliteSystem
Frequency. getSatelliteSystem()
Get the satellite system for which this frequency is defined.SatelliteSystem
ObservationDataSet. getSatelliteSystem()
Get Satellite System.SatelliteSystem
RinexHeader. getSatelliteSystem()
Get Satellite System.SatelliteSystem
RinexLoader.Parser.AppliedDCBS. getSatelliteSystem()
Get the satellite system.SatelliteSystem
RinexLoader.Parser.AppliedPCVS. getSatelliteSystem()
Get the satellite system.SatelliteSystem
RinexLoader.Parser.PhaseShiftCorrection. getSatelliteSystem()
Get the Satellite System.SatelliteSystem
RinexLoader.Parser.ScaleFactorCorrection. getSatelliteSystem()
Get the Satellite System.static SatelliteSystem
SatelliteSystem. parseSatelliteSystem(String s)
Parse a string to get the satellite system.static SatelliteSystem
SatelliteSystem. valueOf(String name)
Returns the enum constant of this type with the specified name.static SatelliteSystem[]
SatelliteSystem. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.orekit.gnss with parameters of type SatelliteSystem Modifier and Type Method Description Frequency
ObservationType. getFrequency(SatelliteSystem system)
Get the frequency for a specified satellite system.Constructors in org.orekit.gnss with parameters of type SatelliteSystem Constructor Description ObservationDataSet(RinexHeader header, SatelliteSystem satelliteSystem, int prnNumber, AbsoluteDate tObs, double rcvrClkOffset, List<ObservationData> observationData)
Simple constructor.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.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, org.hipparchus.geometry.euclidean.threed.Vector3D antBSight, org.hipparchus.geometry.euclidean.threed.Vector3D centerMass, double interval, AbsoluteDate tFirstObs, AbsoluteDate tLastObs, int clkOffset, int leapSeconds)
Simple constructor, for Rinex 2 Header. -
Uses of SatelliteSystem in org.orekit.gnss.antenna
Methods in org.orekit.gnss.antenna that return SatelliteSystem Modifier and Type Method Description SatelliteSystem
SatelliteAntenna. getSatelliteSystem()
Get satellite system.Methods in org.orekit.gnss.antenna with parameters of type SatelliteSystem Modifier and Type Method Description TimeSpanMap<SatelliteAntenna>
AntexLoader. findSatelliteAntenna(SatelliteSystem satelliteSystem, int prnNumber)
Find the time map for a specific satellite antenna.Constructors in org.orekit.gnss.antenna with parameters of type SatelliteSystem Constructor Description SatelliteAntenna(String type, String sinexCode, Map<Frequency,FrequencyPattern> patterns, SatelliteSystem satelliteSystem, int prnNumber, int satelliteCode, String cosparID, AbsoluteDate validFrom, AbsoluteDate validUntil)
Deprecated.SatelliteAntenna(String type, String sinexCode, Map<Frequency,FrequencyPattern> patterns, SatelliteSystem satelliteSystem, int prnNumber, SatelliteType satelliteType, int satelliteCode, String cosparID, AbsoluteDate validFrom, AbsoluteDate validUntil)
Simple constructor.
-