Uses of Class
org.orekit.gnss.SatInSystem
-
Packages that use SatInSystem Package Description org.orekit.files.rinex.observation This package provides classes related to RINEX observation files.org.orekit.files.sinex This package provides classes related to station data.org.orekit.gnss.antenna This package provides classes related to receiver and satellites antenna modeling. -
-
Uses of SatInSystem in org.orekit.files.rinex.observation
Methods in org.orekit.files.rinex.observation that return SatInSystem Modifier and Type Method Description SatInSystem
GlonassSatelliteChannel. getSatellite()
Get the satellite identifier.SatInSystem
ObservationDataSet. getSatellite()
Get observed satellite.Methods in org.orekit.files.rinex.observation that return types with arguments of type SatInSystem Modifier and Type Method Description Map<SatInSystem,Map<ObservationType,Integer>>
RinexObservationHeader. getNbObsPerSat()
Get an unmodifiable view of the map of number of observations per satellites.List<SatInSystem>
PhaseShiftCorrection. getSatsCorrected()
Get the list of satellites involved.Methods in org.orekit.files.rinex.observation with parameters of type SatInSystem Modifier and Type Method Description void
RinexObservationHeader. setNbObsPerSatellite(SatInSystem sat, ObservationType type, int nbObs)
Set number of observations for a satellite.Constructors in org.orekit.files.rinex.observation with parameters of type SatInSystem Constructor Description GlonassSatelliteChannel(SatInSystem satellite, int k)
Simple constructor.ObservationDataSet(SatInSystem satellite, AbsoluteDate tObs, int eventFlag, double rcvrClkOffset, List<ObservationData> observationData)
Simple constructor.Constructor parameters in org.orekit.files.rinex.observation with type arguments of type SatInSystem Constructor Description PhaseShiftCorrection(SatelliteSystem satSystemPhaseShift, ObservationType typeObsPhaseShift, double phaseShiftCorrection, List<SatInSystem> satsPhaseShift)
Simple constructor. -
Uses of SatInSystem in org.orekit.files.sinex
Methods in org.orekit.files.sinex that return SatInSystem Modifier and Type Method Description SatInSystem
SatelliteDifferentialSignalBias. getSatellite()
Return the satellite identifier.SatInSystem
SatelliteObservableSpecificSignalBias. getSatellite()
Return the satellite identifier.Methods in org.orekit.files.sinex that return types with arguments of type SatInSystem Modifier and Type Method Description Map<SatInSystem,SatelliteDifferentialSignalBias>
SinexBias. getSatellitesDsb()
Get the DSB data for satellites.Map<SatInSystem,SatelliteObservableSpecificSignalBias>
SinexBias. getSatellitesOsb()
Get the OSB data for satellites.Constructors in org.orekit.files.sinex with parameters of type SatInSystem Constructor Description SatelliteDifferentialSignalBias(SatInSystem satellite)
Simple constructor.SatelliteObservableSpecificSignalBias(SatInSystem satellite)
Simple constructor. -
Uses of SatInSystem in org.orekit.gnss.antenna
Methods in org.orekit.gnss.antenna that return SatInSystem Modifier and Type Method Description SatInSystem
SatelliteAntenna. getSatInSystem()
Get satellite in system.Methods in org.orekit.gnss.antenna with parameters of type SatInSystem Modifier and Type Method Description TimeSpanMap<SatelliteAntenna>
AntexLoader. findSatelliteAntenna(SatInSystem satInSystem)
Find the time map for a specific satellite antenna.Constructors in org.orekit.gnss.antenna with parameters of type SatInSystem Constructor Description SatelliteAntenna(String type, String sinexCode, Map<RadioWave,FrequencyPattern> patterns, SatInSystem satInSystem, SatelliteType satelliteType, int satelliteCode, String cosparID, AbsoluteDate validFrom, AbsoluteDate validUntil)
Simple constructor.
-