Uses of Class
org.orekit.gnss.SatInSystem
Packages that use SatInSystem
Package
Description
This package provides classes related to navigation clock files.
This package provides classes related to RINEX observation files.
This package provides classes related to station data.
This package provides classes related to receiver and satellites antenna modeling.
This package provides all supported RTCM MSM7 (Multi Signal Messages) messages.
This package provides all supported RTCM MSM header classes, for the different systems.
-
Uses of SatInSystem in org.orekit.files.rinex.clock
Methods in org.orekit.files.rinex.clock that return types with arguments of type SatInSystemMethods in org.orekit.files.rinex.clock with parameters of type SatInSystemModifier and TypeMethodDescriptionvoidRinexClockHeader.addSatellite(SatInSystem satId) Add a new satellite with a given identifier to the list of stored satellites. -
Uses of SatInSystem in org.orekit.files.rinex.observation
Methods in org.orekit.files.rinex.observation that return SatInSystemModifier and TypeMethodDescriptionGlonassSatelliteChannel.getSatellite()Get the satellite identifier.ObservationDataSet.getSatellite()Get observed satellite.Methods in org.orekit.files.rinex.observation that return types with arguments of type SatInSystemModifier and TypeMethodDescriptionRinexObservationHeader.getNbObsPerSat()Get an unmodifiable view of the map of number of observations per satellites.PhaseShiftCorrection.getSatsCorrected()Get the list of satellites involved.Methods in org.orekit.files.rinex.observation with parameters of type SatInSystemModifier and TypeMethodDescriptionvoidRinexObservationHeader.setNbObsPerSatellite(SatInSystem sat, String type, int nbObs) Set number of observations for a satellite.Constructors in org.orekit.files.rinex.observation with parameters of type SatInSystemModifierConstructorDescriptionGlonassSatelliteChannel(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 SatInSystemModifierConstructorDescriptionPhaseShiftCorrection(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 SatInSystemModifier and TypeMethodDescriptionSatelliteDifferentialSignalBias.getSatellite()Return the satellite identifier.SatelliteObservableSpecificSignalBias.getSatellite()Return the satellite identifier.Methods in org.orekit.files.sinex that return types with arguments of type SatInSystemModifier and TypeMethodDescriptionSinexBias.getSatellitesDsb()Get the DSB data for satellites.SinexBias.getSatellitesOsb()Get the OSB data for satellites.Sinex.getSatellitesPhaseCenters()Get the parsed satellites phase centers.Constructors in org.orekit.files.sinex with parameters of type SatInSystemModifierConstructorDescriptionSatelliteDifferentialSignalBias(SatInSystem satellite) Simple constructor.SatelliteObservableSpecificSignalBias(SatInSystem satellite) Simple constructor.Constructor parameters in org.orekit.files.sinex with type arguments of type SatInSystemModifierConstructorDescriptionSinex(TimeScales timeScales, AbsoluteDate creationDate, AbsoluteDate startDate, AbsoluteDate endDate, Map<SatInSystem, Map<GnssSignal, Vector3D>> satellitesPhaseCenters, Map<String, Station> stations, Map<AbsoluteDate, SinexEopEntry> eop) Simple constructor. -
Uses of SatInSystem in org.orekit.gnss.antenna
Methods in org.orekit.gnss.antenna that return SatInSystemMethods in org.orekit.gnss.antenna with parameters of type SatInSystemModifier and TypeMethodDescriptionAntexLoader.findSatelliteAntenna(SatInSystem satInSystem) Find the time map for a specific satellite antenna.Constructors in org.orekit.gnss.antenna with parameters of type SatInSystemModifierConstructorDescriptionSatelliteAntenna(String type, String sinexCode, Map<RadioWave, FrequencyPattern> patterns, SatInSystem satInSystem, SatelliteType satelliteType, int satelliteCode, String cosparID, AbsoluteDate validFrom, AbsoluteDate validUntil) Simple constructor. -
Uses of SatInSystem in org.orekit.gnss.metric.messages.rtcm.msm
Methods in org.orekit.gnss.metric.messages.rtcm.msm that return SatInSystemModifier and TypeMethodDescriptionRtcmMsmSatelliteData.getSatellite()Get the satellite the MSM data refers to.Methods in org.orekit.gnss.metric.messages.rtcm.msm with parameters of type SatInSystemModifier and TypeMethodDescriptionvoidRtcmMsmSatelliteData.setSatellite(SatInSystem satellite) Set the satellite the MSM data refers to. -
Uses of SatInSystem in org.orekit.gnss.metric.messages.rtcm.msm.headers
Methods in org.orekit.gnss.metric.messages.rtcm.msm.headers that return types with arguments of type SatInSystemModifier and TypeMethodDescriptionRtcmMsmHeader.convertCellsMask()Convert the cells mask to a list of satellite/signal pairs.RtcmMsmBeidouHeader.convertSatellitesMask()Convert the satellites mask to a list of satellites.RtcmMsmGalileoHeader.convertSatellitesMask()Convert the satellites mask to a list of satellites.RtcmMsmGlonassHeader.convertSatellitesMask()Convert the satellites mask to a list of satellites.RtcmMsmGpsHeader.convertSatellitesMask()Convert the satellites mask to a list of satellites.abstract List<SatInSystem> RtcmMsmHeader.convertSatellitesMask()Convert the satellites mask to a list of satellites.RtcmMsmQzssHeader.convertSatellitesMask()Convert the satellites mask to a list of satellites.RtcmMsmSbasHeader.convertSatellitesMask()Convert the satellites mask to a list of satellites.