Package | Description |
---|---|
org.orekit.gnss |
This package provides classes related to GNSS applications.
|
Modifier and Type | Method and Description |
---|---|
RinexObservationHeader |
ObservationDataSet.getHeader()
Get the Rinex header associated with this data set.
|
RinexObservationHeader |
CombinedObservationDataSet.getHeader()
Get the Rinex header associated with this data set.
|
Constructor and Description |
---|
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.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.