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. -
-
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.
-