Package | Description |
---|---|
org.orekit.estimation.measurements.gnss |
This package provides methods to handle GNSS measurements.
|
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.clock |
This package provides classes related to navigation clock files.
|
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 level
MessagesParser class that can extract messages from binary containers like ByteArrayEncodedMessages or {link org.orekit.metric.gnss.ssr.parser.InputStreamEncodedMessages
InputStreamEncodedMessages}. |
org.orekit.gnss.navigation |
This package provides classes related to RINEX navigation files.
|
org.orekit.time |
This independent package provides classes to handle epochs, time scales,
and to compare instants together.
|
Modifier and Type | Method and 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.
|
WindUp |
WindUpFactory.getWindUp(SatelliteSystem system,
int prnNumber,
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.
|
Constructor and Description |
---|
AbstractDualFrequencyCombination(CombinationType type,
SatelliteSystem system)
Constructor.
|
AbstractSingleFrequencyCombination(CombinationType type,
SatelliteSystem system)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
SatelliteSystem |
RinexObservationHeader.getSatelliteSystem()
Get Satellite System.
|
SatelliteSystem |
AppliedPCVS.getSatelliteSystem()
Get the satellite system.
|
SatelliteSystem |
AppliedDCBS.getSatelliteSystem()
Get the satellite system.
|
SatelliteSystem |
RinexObservationLoader.Parser.PhaseShiftCorrection.getSatelliteSystem()
Get the Satellite System.
|
SatelliteSystem |
RinexObservationLoader.Parser.ScaleFactorCorrection.getSatelliteSystem()
Get the Satellite System.
|
SatelliteSystem |
ObservationDataSet.getSatelliteSystem()
Get Satellite System.
|
SatelliteSystem |
CombinedObservationDataSet.getSatelliteSystem()
Get Satellite System.
|
SatelliteSystem |
Frequency.getSatelliteSystem()
Get the satellite system for which this frequency is defined.
|
static SatelliteSystem |
SatelliteSystem.parseSatelliteSystem(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.
|
Modifier and Type | Method and Description |
---|---|
Frequency |
ObservationType.getFrequency(SatelliteSystem system)
Get the frequency for a specified satellite system.
|
Constructor and Description |
---|
AppliedDCBS(SatelliteSystem satelliteSystem,
String progDCBS,
String sourceDCBS)
Simple constructor.
|
AppliedPCVS(SatelliteSystem satelliteSystem,
String progPCVS,
String sourcePCVS)
Simple constructor.
|
CombinedObservationDataSet(RinexObservationHeader header,
SatelliteSystem satelliteSystem,
int prnNumber,
AbsoluteDate tObs,
double rcvrClkOffset,
List<CombinedObservationData> observationData)
Simple constructor.
|
ObservationDataSet(RinexObservationHeader header,
SatelliteSystem satelliteSystem,
int prnNumber,
AbsoluteDate tObs,
double rcvrClkOffset,
List<ObservationData> observationData)
Simple constructor.
|
RinexObservationHeader(double rinexVersion,
SatelliteSystem satelliteSystem,
String markerName,
String markerNumber,
String markerType,
String observerName,
String agencyName,
String receiverNumber,
String receiverType,
String receiverVersion,
String antennaNumber,
String antennaType,
Vector3D approxPos,
double antHeight,
Vector2D eccentricities,
Vector3D antRefPoint,
String obsCode,
Vector3D antPhaseCenter,
Vector3D antBSight,
double antAzi,
Vector3D antZeroDir,
Vector3D centerMass,
String sigStrengthUnit,
double interval,
AbsoluteDate tFirstObs,
AbsoluteDate tLastObs,
int clkOffset,
List<AppliedDCBS> listAppliedDCBS,
List<AppliedPCVS> listAppliedPCVS,
List<RinexObservationLoader.Parser.PhaseShiftCorrection> phaseShiftCorrections,
int leapSeconds,
int leapSecondsFuture,
int leapSecondsWeekNum,
int leapSecondsDayNum)
Simple constructor, for Rinex 3 Header.
|
RinexObservationHeader(double rinexVersion,
SatelliteSystem satelliteSystem,
String markerName,
String markerNumber,
String markerType,
String observerName,
String agencyName,
String receiverNumber,
String receiverType,
String receiverVersion,
String antennaNumber,
String antennaType,
Vector3D approxPos,
double antHeight,
Vector2D eccentricities,
Vector3D antRefPoint,
Vector3D antBSight,
Vector3D centerMass,
double interval,
AbsoluteDate tFirstObs,
AbsoluteDate tLastObs,
int clkOffset,
int leapSeconds)
Simple constructor, for Rinex 2 Header.
|
Modifier and Type | Method and Description |
---|---|
SatelliteSystem |
SatelliteAntenna.getSatelliteSystem()
Get satellite system.
|
Modifier and Type | Method and Description |
---|---|
TimeSpanMap<SatelliteAntenna> |
AntexLoader.findSatelliteAntenna(SatelliteSystem satelliteSystem,
int prnNumber)
Find the time map for a specific satellite antenna.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
SatelliteSystem |
RinexClock.getSatelliteSystem()
Getter for the satellite system.
|
Modifier and Type | Method and Description |
---|---|
Map<SatelliteSystem,List<ObservationType>> |
RinexClock.getSystemObservationTypes()
Getter for the different observation type for each satellite system.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
SatelliteSystem |
SsrIgmMessage.getSatelliteSystem()
Get the satellite system associated to the message.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
static SatelliteSystem |
IgsSsrMessageType.messageNumberToSatelliteSystem(int subTypeMessage)
Find the satellite system corresponding to the sub-type message number.
|
Modifier and Type | Method and Description |
---|---|
static int |
IgsSsrMessageType.getSatelliteId(SatelliteSystem system,
int id)
Transform the satellite ID parsed from the IGS SSR message to the real ID.
|
Modifier and Type | Method and Description |
---|---|
SatelliteSystem |
RinexNavigation.getSatelliteSystem()
Getter for the satellite system.
|
Modifier and Type | Method and Description |
---|---|
void |
RinexNavigation.setSatelliteSystem(SatelliteSystem satelliteSystem)
Setter for the satellite system.
|
Constructor and Description |
---|
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.
|
GNSSDate(int weekNumber,
double milliInWeek,
SatelliteSystem system)
Build an instance corresponding to a GNSS date.
|
GNSSDate(int weekNumber,
double milliInWeek,
SatelliteSystem system,
TimeScales timeScales)
Build an instance corresponding to a GNSS date.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.