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.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.antenna This package provides classes related to receiver and satellites antenna modeling.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 levelMessagesParser
class that can extractmessages
from binary containers likeByteArrayEncodedMessages
or {link org.orekit.metric.gnss.ssr.parser.InputStreamEncodedMessages InputStreamEncodedMessages}.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 DualFrequencyHatchFilter
DualFrequencySmoother. createFilter(ObservationData codeData, ObservationData phaseDataF1, ObservationData phaseDataF2, SatelliteSystem satSystem)
Creates an Hatch filter given initial data.SingleFrequencyHatchFilter
SingleFrequencySmoother. createFilter(ObservationData codeData, ObservationData smoothingData, SatelliteSystem system)
Creates an Hatch filter given initial data.void
DualFrequencySmoother. filterDataSet(List<ObservationDataSet> listODS, SatelliteSystem satSystem, int prnNumber, ObservationType obsTypeF1, ObservationType obsTypeF2)
Applies a Dual Frequency Hatch filter to a list ofObservationDataSet
.void
SingleFrequencySmoother. filterDataSet(List<ObservationDataSet> listODS, SatelliteSystem satSystem, int prnNumber, ObservationType 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 SatelliteSystem
CombinedObservationDataSet. getSatelliteSystem()
Get Satellite System.Methods in org.orekit.estimation.measurements.gnss with parameters of type SatelliteSystem Modifier and Type Method Description static GeometryFreeCombination
MeasurementCombinationFactory. getGeometryFreeCombination(SatelliteSystem system)
Get the Geometry-Free combination of measurements.static GRAPHICCombination
MeasurementCombinationFactory. getGRAPHICCombination(SatelliteSystem system)
Get the GRAPHIC combination of measurements.static IonosphereFreeCombination
MeasurementCombinationFactory. getIonosphereFreeCombination(SatelliteSystem system)
Get the Ionosphere-Free combination of measurements.static MelbourneWubbenaCombination
MeasurementCombinationFactory. getMelbourneWubbenaCombination(SatelliteSystem system)
Get the Melbourne-Wübbena combination of measurements.static NarrowLaneCombination
MeasurementCombinationFactory. getNarrowLaneCombination(SatelliteSystem system)
Get the Narrow-Lane combination of measurements.static PhaseMinusCodeCombination
MeasurementCombinationFactory. getPhaseMinusCodeCombination(SatelliteSystem system)
Get the phase minus code combination of measurements.static WideLaneCombination
MeasurementCombinationFactory. getWideLaneCombination(SatelliteSystem system)
Get the Wide-Lane combination of measurements.InterSatellitesWindUp
InterSatellitesWindUpFactory. getWindUp(SatelliteSystem emitterSystem, int emitterPrnNumber, Dipole emitterDipole, SatelliteSystem receiverSystem, int receiverPrnNumber, Dipole receiverDipole)
Get a modifier for an emitter/receiver pair.WindUp
WindUpFactory. getWindUp(SatelliteSystem system, int prnNumber, Dipole emitterDipole, String receiverName)
Get a modifier for a satellite/receiver pair.protected String
AbstractCycleSlipDetector. 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 SatelliteSystem
AppliedDCBS. getSatelliteSystem()
Get the satellite system.SatelliteSystem
AppliedPCVS. 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 SatelliteSystem
RinexClock. getSatelliteSystem()
Getter for the 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>>
RinexClock. 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 void
RinexClock. addSystemObservationType(SatelliteSystem satSystem, ObservationType observationType)
Add an observation type for a specified satellite system.int
RinexClock. numberOfObsTypes(SatelliteSystem system)
Get the number of observation types for a given system.void
RinexClock. setSatelliteSystem(SatelliteSystem satelliteSystem)
Setter for the 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 SatelliteSystem
TypeSvMessage. getSystem()
Get satellite system.Constructors in org.orekit.files.rinex.navigation with parameters of type SatelliteSystem Constructor Description EarthOrientationParameterMessage(SatelliteSystem system, int prn, String navigationMessageType)
Simple constructor.IonosphereBaseMessage(SatelliteSystem system, int prn, String navigationMessageType)
Simple constructor.IonosphereBDGIMMessage(SatelliteSystem system, int prn, String navigationMessageType)
Simple constructor.IonosphereKlobucharMessage(SatelliteSystem system, int prn, String navigationMessageType)
Simple constructor.IonosphereNequickGMessage(SatelliteSystem system, int prn, String navigationMessageType)
Simple constructor.SystemTimeOffsetMessage(SatelliteSystem system, int prn, String navigationMessageType)
Simple constructor.TypeSvMessage(SatelliteSystem system, int prn, String navigationMessageType)
Simple constructor. -
Uses of SatelliteSystem in org.orekit.files.rinex.observation
Methods in org.orekit.files.rinex.observation that return SatelliteSystem Modifier and Type Method Description SatelliteSystem
RinexObservationHeader. getPhaseCenterSystem()
Get satellite system for average phase center.SatelliteSystem
PhaseShiftCorrection. getSatelliteSystem()
Get the Satellite System.Methods in org.orekit.files.rinex.observation that return types with arguments of type SatelliteSystem Modifier and Type Method Description Map<SatelliteSystem,List<ObservationType>>
RinexObservationHeader. getTypeObs()
Get an unmodifiable view of the map of observation types.Methods in org.orekit.files.rinex.observation with parameters of type SatelliteSystem Modifier and Type Method Description void
RinexObservationHeader. addScaleFactorCorrection(SatelliteSystem satelliteSystem, ScaleFactorCorrection scaleFactorCorrection)
Add scale factor correction.List<ScaleFactorCorrection>
RinexObservationHeader. getScaleFactorCorrections(SatelliteSystem satelliteSystem)
Get the list of scale factor correction.void
RinexObservationHeader. setPhaseCenterSystem(SatelliteSystem phaseCenterSystem)
Set satellite system for average phase center.void
RinexObservationHeader. setTypeObs(SatelliteSystem system, List<ObservationType> types)
Set number of observations for a satellite.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. -
Uses of SatelliteSystem in org.orekit.files.rinex.section
Methods in org.orekit.files.rinex.section that return SatelliteSystem Modifier and Type Method Description SatelliteSystem
RinexBaseHeader. getSatelliteSystem()
Getter for the satellite system.Methods in org.orekit.files.rinex.section with parameters of type SatelliteSystem Modifier and Type Method Description void
RinexBaseHeader. setSatelliteSystem(SatelliteSystem satelliteSystem)
Setter for the satellite system. -
Uses of SatelliteSystem in org.orekit.files.sinex
Methods in org.orekit.files.sinex that return SatelliteSystem Modifier and Type Method Description SatelliteSystem
DcbSatellite. getSatelliteSytem()
Get the satellite sytem corresponding to the satellite.Methods in org.orekit.files.sinex that return types with arguments of type SatelliteSystem Modifier and Type Method Description Iterable<SatelliteSystem>
DcbStation. 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 void
DcbStation. addDcb(SatelliteSystem satelliteSystem, Dcb dcb)
Add the DCB data corresponding to a satellite system.Dcb
DcbStation. getDcbData(SatelliteSystem satelliteSystem)
Get the DCB 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 SatelliteSystem
Frequency. getSatelliteSystem()
Get the satellite system for which this frequency is defined.SatelliteSystem
SatInSystem. getSystem()
Get the system this satellite belongs to.static SatelliteSystem
SatelliteSystem. parseSatelliteSystem(String s)
Parse a string to get the satellite system.static SatelliteSystem
SatelliteSystem. parseSatelliteSystemWithGPSDefault(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 SatInSystem(SatelliteSystem system, int prn)
Simple constructor. -
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, SatelliteType satelliteType, int satelliteCode, String cosparID, AbsoluteDate validFrom, AbsoluteDate validUntil)
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 SatelliteSystem
RtcmCorrectionMessage. 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 SatelliteSystem
SsrIgmMessage. 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 SatelliteSystem
IgsSsrMessageType. 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 int
IgsSsrMessageType. 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.time
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(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.
-