Uses of Class
org.orekit.gnss.SatelliteSystem
-
Packages that use SatelliteSystem Package Description org.orekit.estimation.measurements.filtering This package provides measurement pre-processing filters.org.orekit.estimation.measurements.gnss This package provides methods to handle GNSS measurements.org.orekit.files.rinex This package is gathers sub-packages providing parsers/writers for various RINEX files.org.orekit.files.rinex.clock This package provides classes related to navigation clock files.org.orekit.files.rinex.navigation This package provides classes related to RINEX navigation files.org.orekit.files.rinex.navigation.parsers This package provides parsers for the various RINEX navigation messages.org.orekit.files.rinex.observation This package provides classes related to RINEX observation files.org.orekit.files.rinex.section This package contains class managing the sections in RINEX files.org.orekit.files.sinex This package provides classes related to station data.org.orekit.gnss This package provides classes related to GNSS applications.org.orekit.gnss.metric.messages.rtcm.correction This package provides all supported RTCM correctionmessages.org.orekit.gnss.metric.messages.ssr.igm This package provides all supported IGS Generic SSR Message types.org.orekit.gnss.metric.parser This package provides the top levelMessagesParserclass that can extractmessagesfrom binary containers likeByteArrayEncodedMessagesor {link org.orekit.metric.gnss.ssr.parser.InputStreamEncodedMessages InputStreamEncodedMessages}.org.orekit.propagation.analytical.gnss.data This package provides classes related to navigation data containing in GNSS almanacs and navigation messages.org.orekit.time This independent package provides classes to handle epochs, time scales, and to compare instants together. -
-
Uses of SatelliteSystem in org.orekit.estimation.measurements.filtering
Methods in org.orekit.estimation.measurements.filtering with parameters of type SatelliteSystem Modifier and Type Method Description DualFrequencyHatchFilterDualFrequencySmoother. createFilter(ObservationData codeData, ObservationData phaseDataF1, ObservationData phaseDataF2, SatelliteSystem satSystem)Creates an Hatch filter given initial data.SingleFrequencyHatchFilterSingleFrequencySmoother. createFilter(ObservationData codeData, ObservationData smoothingData, SatelliteSystem system)Creates an Hatch filter given initial data.voidDualFrequencySmoother. filterDataSet(List<ObservationDataSet> listODS, SatelliteSystem satSystem, int prnNumber, String obsTypeF1, String obsTypeF2)Applies a Dual Frequency Hatch filter to a list ofObservationDataSet.voidSingleFrequencySmoother. filterDataSet(List<ObservationDataSet> listODS, SatelliteSystem satSystem, int prnNumber, String obsType)Applies a Single Frequency Hatch filter to a list ofObservationDataSet. -
Uses of SatelliteSystem in org.orekit.estimation.measurements.gnss
Methods in org.orekit.estimation.measurements.gnss that return SatelliteSystem Modifier and Type Method Description SatelliteSystemCombinedObservationDataSet. getSatelliteSystem()Get Satellite System.Methods in org.orekit.estimation.measurements.gnss with parameters of type SatelliteSystem Modifier and Type Method Description static GeometryFreeCombinationMeasurementCombinationFactory. getGeometryFreeCombination(SatelliteSystem system)Get the Geometry-Free combination of measurements.static GRAPHICCombinationMeasurementCombinationFactory. getGRAPHICCombination(SatelliteSystem system)Get the GRAPHIC combination of measurements.static IonosphereFreeCombinationMeasurementCombinationFactory. getIonosphereFreeCombination(SatelliteSystem system)Get the Ionosphere-Free combination of measurements.static MelbourneWubbenaCombinationMeasurementCombinationFactory. getMelbourneWubbenaCombination(SatelliteSystem system)Get the Melbourne-Wübbena combination of measurements.static NarrowLaneCombinationMeasurementCombinationFactory. getNarrowLaneCombination(SatelliteSystem system)Get the Narrow-Lane combination of measurements.static PhaseMinusCodeCombinationMeasurementCombinationFactory. getPhaseMinusCodeCombination(SatelliteSystem system)Get the phase minus code combination of measurements.static WideLaneCombinationMeasurementCombinationFactory. getWideLaneCombination(SatelliteSystem system)Get the Wide-Lane combination of measurements.InterSatellitesWindUpInterSatellitesWindUpFactory. getWindUp(SatelliteSystem emitterSystem, int emitterPrnNumber, Dipole emitterDipole, SatelliteSystem receiverSystem, int receiverPrnNumber, Dipole receiverDipole)Get a modifier for an emitter/receiver pair.WindUpWindUpFactory. getWindUp(SatelliteSystem system, int prnNumber, Dipole emitterDipole, String receiverName)Get a modifier for a satellite/receiver pair.protected StringAbstractCycleSlipDetector. setName(int numSat, SatelliteSystem sys)Create the name of a satellite from its PRN number and satellite System it belongs to.Constructors in org.orekit.estimation.measurements.gnss with parameters of type SatelliteSystem Constructor Description AbstractDualFrequencyCombination(CombinationType type, SatelliteSystem system)Constructor.AbstractSingleFrequencyCombination(CombinationType type, SatelliteSystem system)Constructor.CombinedObservationDataSet(SatelliteSystem satelliteSystem, int prnNumber, AbsoluteDate tObs, double rcvrClkOffset, List<CombinedObservationData> observationData)Simple constructor. -
Uses of SatelliteSystem in org.orekit.files.rinex
Methods in org.orekit.files.rinex that return SatelliteSystem Modifier and Type Method Description SatelliteSystemAppliedDCBS. getSatelliteSystem()Get the satellite system.SatelliteSystemAppliedPCVS. getSatelliteSystem()Get the satellite system.Constructors in org.orekit.files.rinex with parameters of type SatelliteSystem Constructor Description AppliedDCBS(SatelliteSystem satelliteSystem, String progDCBS, String sourceDCBS)Simple constructor.AppliedPCVS(SatelliteSystem satelliteSystem, String progPCVS, String sourcePCVS)Simple constructor. -
Uses of SatelliteSystem in org.orekit.files.rinex.clock
Methods in org.orekit.files.rinex.clock that return SatelliteSystem Modifier and Type Method Description SatelliteSystemRinexClockHeader. parseSatelliteSystem(String line, SatelliteSystem defaultSatelliteSystem)Parse satellite system.Methods in org.orekit.files.rinex.clock that return types with arguments of type SatelliteSystem Modifier and Type Method Description Map<SatelliteSystem,List<ObservationType>>RinexClockHeader. getSystemObservationTypes()Getter for the different observation type for each satellite system.Methods in org.orekit.files.rinex.clock with parameters of type SatelliteSystem Modifier and Type Method Description voidRinexClockHeader. addSystemObservationType(SatelliteSystem satSystem, ObservationType observationType)Add an observation type for a specified satellite system.intRinexClockHeader. numberOfObsTypes(SatelliteSystem system)Get the number of observation types for a given system.SatelliteSystemRinexClockHeader. parseSatelliteSystem(String line, SatelliteSystem defaultSatelliteSystem)Parse satellite system. -
Uses of SatelliteSystem in org.orekit.files.rinex.navigation
Methods in org.orekit.files.rinex.navigation that return SatelliteSystem Modifier and Type Method Description SatelliteSystemTypeSvMessage. getSystem()Get the satellite system.SatelliteSystemRinexNavigationHeader. parseSatelliteSystem(String line, SatelliteSystem defaultSatelliteSystem)Parse satellite system.Methods in org.orekit.files.rinex.navigation with parameters of type SatelliteSystem Modifier and Type Method Description SatelliteSystemRinexNavigationHeader. parseSatelliteSystem(String line, SatelliteSystem defaultSatelliteSystem)Parse satellite system.voidRinexNavigationWriter. writeDate(AbsoluteDate date, SatelliteSystem system)Write a date.Constructors in org.orekit.files.rinex.navigation with parameters of type SatelliteSystem Constructor Description EarthOrientationParameterMessage(SatelliteSystem system, int prn, String type, String subType)Simple constructor.IonosphereBaseMessage(SatelliteSystem system, int prn, String type, String subType)Simple constructor.IonosphereBDGIMMessage(SatelliteSystem system, int prn, String navigationMessageType, String subType)Simple constructor.IonosphereGlonassCdmsMessage(SatelliteSystem system, int prn, String navigationMessageType, String subType)Simple constructor.IonosphereKlobucharMessage(SatelliteSystem system, int prn, String navigationMessageType, String subType)Simple constructor.IonosphereNavICKlobucharMessage(SatelliteSystem system, int prn, String navigationMessageType, String subType)Simple constructor.IonosphereNavICNeQuickNMessage(SatelliteSystem system, int prn, String navigationMessageType, String subType)Simple constructor.IonosphereNequickGMessage(SatelliteSystem system, int prn, String navigationMessageType, String subType)Simple constructor.SystemTimeOffsetMessage(SatelliteSystem system, int prn, String type, String subType)Simple constructor.TypeSvMessage(SatelliteSystem system, int prn, String type, String subType)Simple constructor.Constructor parameters in org.orekit.files.rinex.navigation with type arguments of type SatelliteSystem Constructor Description RinexNavigationWriter(Appendable output, String outputName, BiFunction<SatelliteSystem,TimeScales,? extends TimeScale> timeScaleBuilder, TimeScales timeScales)Simple constructor. -
Uses of SatelliteSystem in org.orekit.files.rinex.navigation.parsers
Methods in org.orekit.files.rinex.navigation.parsers with parameters of type SatelliteSystem Modifier and Type Method Description AbsoluteDateParseInfo. parseDate(SatelliteSystem system)Parse a date.voidParseInfo. setRecordLineParser(RecordType recordType, SatelliteSystem system, int prn, String messageType, String subType)Set the record line parser. -
Uses of SatelliteSystem in org.orekit.files.rinex.observation
Methods in org.orekit.files.rinex.observation that return SatelliteSystem Modifier and Type Method Description SatelliteSystemRinexObservationHeader. getPhaseCenterSystem()Get satellite system for average phase center.SatelliteSystemPhaseShiftCorrection. getSatelliteSystem()Get the Satellite System.SatelliteSystemRinexObservationHeader. parseSatelliteSystem(String line, SatelliteSystem defaultSatelliteSystem)Parse satellite system.Methods in org.orekit.files.rinex.observation with parameters of type SatelliteSystem Modifier and Type Method Description voidRinexObservationHeader. addScaleFactorCorrection(SatelliteSystem satelliteSystem, ScaleFactorCorrection scaleFactorCorrection)Add scale factor correction.List<ScaleFactorCorrection>RinexObservationHeader. getScaleFactorCorrections(SatelliteSystem satelliteSystem)Get the list of scale factor correction.SatelliteSystemRinexObservationHeader. parseSatelliteSystem(String line, SatelliteSystem defaultSatelliteSystem)Parse satellite system.voidRinexObservationHeader. setPhaseCenterSystem(SatelliteSystem phaseCenterSystem)Set satellite system for average phase center.Constructors in org.orekit.files.rinex.observation with parameters of type SatelliteSystem Constructor Description PhaseShiftCorrection(SatelliteSystem satSystemPhaseShift, ObservationType typeObsPhaseShift, double phaseShiftCorrection, List<SatInSystem> satsPhaseShift)Simple constructor.Constructor parameters in org.orekit.files.rinex.observation with type arguments of type SatelliteSystem Constructor Description RinexObservationParser(Function<? super String,? extends ObservationType> typeBuilder, BiFunction<SatelliteSystem,TimeScales,? extends TimeScale> timeScaleBuilder, TimeScales timeScales)Create a RINEX loader/parser with the given source of RINEX auxiliary data files.RinexObservationWriter(Appendable output, String outputName, BiFunction<SatelliteSystem,TimeScales,? extends TimeScale> timeScaleBuilder, TimeScales timeScales)Simple constructor. -
Uses of SatelliteSystem in org.orekit.files.rinex.section
Methods in org.orekit.files.rinex.section that return SatelliteSystem Modifier and Type Method Description SatelliteSystemRinexBaseHeader. getSatelliteSystem()Getter for the satellite system.abstract SatelliteSystemRinexBaseHeader. parseSatelliteSystem(String line, SatelliteSystem defaultSatelliteSystem)Parse satellite system.Methods in org.orekit.files.rinex.section that return types with arguments of type SatelliteSystem Modifier and Type Method Description Map<SatelliteSystem,List<String>>RinexClockObsBaseHeader. getTypeObs()Get an unmodifiable view of the map of observation types.Methods in org.orekit.files.rinex.section with parameters of type SatelliteSystem Modifier and Type Method Description abstract SatelliteSystemRinexBaseHeader. parseSatelliteSystem(String line, SatelliteSystem defaultSatelliteSystem)Parse satellite system.voidRinexBaseHeader. parseVersionFileTypeSatelliteSystem(String line, SatelliteSystem defaultSatelliteSystem, String name, double... supportedVersions)Parse version, file type and satellite system.voidRinexBaseHeader. setSatelliteSystem(SatelliteSystem satelliteSystem)Setter for the satellite system.voidRinexClockObsBaseHeader. setTypeObs(SatelliteSystem system, List<String> types)Set the number of observations for a satellite. -
Uses of SatelliteSystem in org.orekit.files.sinex
Methods in org.orekit.files.sinex that return types with arguments of type SatelliteSystem Modifier and Type Method Description Collection<SatelliteSystem>StationDifferentialSignalBias. getAvailableSatelliteSystems()Get the satellite systems available for the station.Collection<SatelliteSystem>StationObservableSpecificSignalBias. getAvailableSatelliteSystems()Get the satellite systems available for the station.Methods in org.orekit.files.sinex with parameters of type SatelliteSystem Modifier and Type Method Description DifferentialSignalBiasStationDifferentialSignalBias. getDsb(SatelliteSystem satelliteSystem)Get the DSB data for a given satellite system.ObservableSpecificSignalBiasStationObservableSpecificSignalBias. getOsb(SatelliteSystem satelliteSystem)Get the OSB data for a given satellite system. -
Uses of SatelliteSystem in org.orekit.gnss
Methods in org.orekit.gnss that return SatelliteSystem Modifier and Type Method Description SatelliteSystemGnssSignal. getSatelliteSystem()Get the satellite system for which this frequency is defined.SatelliteSystemPredefinedGnssSignal. getSatelliteSystem()Get the satellite system for which this frequency is defined.SatelliteSystemSatInSystem. getSystem()Get the system this satellite belongs to.static SatelliteSystemSatelliteSystem. parseSatelliteSystem(String s)Parse a string to get the satellite system.static SatelliteSystemSatelliteSystem. parseSatelliteSystem(String s, SatelliteSystem defaultSatelliteSystem)Parse a string to get the satellite system.static SatelliteSystemSatelliteSystem. 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 GnssSignalObservationType. getSignal(SatelliteSystem system)Get the signal for a specified satellite system.GnssSignalPredefinedObservationType. getSignal(SatelliteSystem system)Get the signal for a specified satellite system.static SatelliteSystemSatelliteSystem. parseSatelliteSystem(String s, SatelliteSystem defaultSatelliteSystem)Parse a string to get the satellite system.Constructors in org.orekit.gnss with parameters of type SatelliteSystem Constructor Description SatInSystem(SatelliteSystem system, int prn)Simple constructor. -
Uses of SatelliteSystem in org.orekit.gnss.metric.messages.rtcm.correction
Methods in org.orekit.gnss.metric.messages.rtcm.correction that return SatelliteSystem Modifier and Type Method Description SatelliteSystemRtcmCorrectionMessage. getSatelliteSystem()Get the satellite system associated to the message.Constructors in org.orekit.gnss.metric.messages.rtcm.correction with parameters of type SatelliteSystem Constructor Description RtcmCorrectionMessage(int typeCode, SatelliteSystem system, H header, List<D> data)Constructor. -
Uses of SatelliteSystem in org.orekit.gnss.metric.messages.ssr.igm
Methods in org.orekit.gnss.metric.messages.ssr.igm that return SatelliteSystem Modifier and Type Method Description SatelliteSystemSsrIgmMessage. getSatelliteSystem()Get the satellite system associated to the message.Constructors in org.orekit.gnss.metric.messages.ssr.igm with parameters of type SatelliteSystem Constructor Description SsrIgm01(int typeCode, SatelliteSystem system, SsrIgm01Header header, List<SsrIgm01Data> data)Constructor.SsrIgm02(int typeCode, SatelliteSystem system, SsrIgm02Header header, List<SsrIgm02Data> data)Constructor.SsrIgm03(int typeCode, SatelliteSystem system, SsrIgm03Header header, List<SsrIgm03Data> data)Constructor.SsrIgm04(int typeCode, SatelliteSystem system, SsrIgm04Header header, List<SsrIgm04Data> data)Constructor.SsrIgm05(int typeCode, SatelliteSystem system, SsrIgm05Header header, List<SsrIgm05Data> data)Constructor.SsrIgm06(int typeCode, SatelliteSystem system, SsrIgm06Header header, List<SsrIgm06Data> data)Constructor.SsrIgm07(int typeCode, SatelliteSystem system, SsrIgm07Header header, List<SsrIgm07Data> data)Constructor.SsrIgmMessage(int typeCode, SatelliteSystem system, H header, List<D> data)Constructor. -
Uses of SatelliteSystem in org.orekit.gnss.metric.parser
Methods in org.orekit.gnss.metric.parser that return SatelliteSystem Modifier and Type Method Description static SatelliteSystemIgsSsrMessageType. messageNumberToSatelliteSystem(int subTypeMessage)Find the satellite system corresponding to the sub-type message number.Methods in org.orekit.gnss.metric.parser with parameters of type SatelliteSystem Modifier and Type Method Description static intIgsSsrMessageType. getSatelliteId(SatelliteSystem system, int id)Transform the satellite ID parsed from the IGS SSR message to the real ID. -
Uses of SatelliteSystem in org.orekit.propagation.analytical.gnss.data
Methods in org.orekit.propagation.analytical.gnss.data that return SatelliteSystem Modifier and Type Method Description SatelliteSystemGNSSOrbitalElementsDriversProvider. getSystem()Get satellite system.Constructors in org.orekit.propagation.analytical.gnss.data with parameters of type SatelliteSystem Constructor Description AbstractAlmanac(double mu, double angularVelocity, int weeksInCycle, TimeScales timeScales, SatelliteSystem system)Constructor.AbstractNavigationMessage(double mu, double angularVelocity, int weeksInCycle, TimeScales timeScales, SatelliteSystem system, String type)Constructor.BeidouAlmanac(TimeScales timeScales, SatelliteSystem system)Build a new almanac.BeidouCivilianNavigationMessage(RadioWave radioWave, TimeScales timeScales, SatelliteSystem system, String type)Constructor.BeidouLegacyNavigationMessage(TimeScales timeScales, SatelliteSystem system, String type)Constructor.CivilianNavigationMessage(boolean cnv2, double mu, double angularVelocity, int weeksInCycle, TimeScales timeScales, SatelliteSystem system, String type)Constructor.CommonGnssData(double mu, double angularVelocity, int weeksInCycle, TimeScales timeScales, SatelliteSystem system)Constructor.FieldGnssOrbitalElements(T mu, double angularVelocity, int weeksInCycle, TimeScales timeScales, SatelliteSystem system)Simple constructor.GalileoAlmanac(TimeScales timeScales, SatelliteSystem system)Build a new almanac.GalileoNavigationMessage(TimeScales timeScales, SatelliteSystem system, String type)Constructor.GNSSOrbitalElements(double mu, double angularVelocity, int weeksInCycle, TimeScales timeScales, SatelliteSystem system)Constructor.GNSSOrbitalElementsDriversProvider(double angularVelocity, int weeksInCycle, TimeScales timeScales, SatelliteSystem system)Constructor.GPSAlmanac(TimeScales timeScales, SatelliteSystem system)Constructor.GPSCivilianNavigationMessage(boolean cnv2, TimeScales timeScales, SatelliteSystem system, String type)Constructor.GPSLegacyNavigationMessage(TimeScales timeScales, SatelliteSystem system, String type)Constructor.LegacyNavigationMessage(double mu, double angularVelocity, int weeksInCycle, TimeScales timeScales, SatelliteSystem system, String type)Constructor.NavICAlmanac(TimeScales timeScales, SatelliteSystem system)Constructor.NavICL1NvNavigationMessage(TimeScales timeScales, SatelliteSystem system, String type)Constructor.NavICLegacyNavigationMessage(TimeScales timeScales, SatelliteSystem system, String type)Constructor.QZSSAlmanac(TimeScales timeScales, SatelliteSystem system)Constructor.QZSSCivilianNavigationMessage(boolean cnv2, TimeScales timeScales, SatelliteSystem system, String type)Constructor.QZSSLegacyNavigationMessage(TimeScales timeScales, SatelliteSystem system, String type)Constructor. -
Uses of SatelliteSystem in org.orekit.time
Methods in org.orekit.time that return SatelliteSystem Modifier and Type Method Description SatelliteSystemGNSSDate.GNSSDateType. getSatelliteSystem()Get the satellite system.SatelliteSystemGNSSDate. getSystem()Get satellite system.Methods in org.orekit.time with parameters of type SatelliteSystem Modifier and Type Method Description static intGNSSDate.GNSSDateType. getRollOverWeek(SatelliteSystem satellite)Get the number of week in one rollover cycle for the given satellite system.Constructors in org.orekit.time with parameters of type SatelliteSystem Constructor Description GNSSDate(int weekNumber, double secondsInWeek, SatelliteSystem system)Build an instance corresponding to a GNSS date.GNSSDate(int weekNumber, double secondsInWeek, SatelliteSystem system, DateComponents reference, TimeScales timeScales)Build an instance corresponding to a GNSS date.GNSSDate(int weekNumber, double secondsInWeek, SatelliteSystem system, TimeScales timeScales)Build an instance corresponding to a GNSS date.GNSSDate(int weekNumber, TimeOffset secondsInWeek, SatelliteSystem system)Build an instance corresponding to a GNSS date.GNSSDate(int weekNumber, TimeOffset secondsInWeek, SatelliteSystem system, DateComponents reference, TimeScales timeScales)Build an instance corresponding to a GNSS date.GNSSDate(int weekNumber, TimeOffset secondsInWeek, SatelliteSystem system, TimeScales timeScales)Build an instance corresponding to a GNSS date.GNSSDate(AbsoluteDate date, SatelliteSystem system)Build an instance from an absolute date.GNSSDate(AbsoluteDate date, SatelliteSystem system, TimeScales timeScales)Build an instance from an absolute date.
-