| Package | Description |
|---|---|
| org.orekit.gnss |
This package provides classes related to GNSS applications.
|
| Modifier and Type | Method | Description |
|---|---|---|
RinexHeader |
ObservationDataSet.getHeader() |
Get the Rinex header associated with this data set.
|
| Modifier and Type | Method | Description |
|---|---|---|
Map<RinexHeader,List<ObservationDataSet>> |
RinexLoader.getObservations() |
Deprecated.
as of 9.3 replaced by
RinexLoader.getObservationDataSets() |
| Constructor | Description |
|---|---|
ObservationDataSet(RinexHeader header,
SatelliteSystem satelliteSystem,
int prnNumber,
AbsoluteDate tObs,
double rcvrClkOffset,
List<ObservationData> observationData) |
Simple constructor.
|
Copyright © 2002-2019 CS Systèmes d'information. All rights reserved.