public class RinexObservation extends RinexFile<RinexObservationHeader>
Constructor and Description |
---|
RinexObservation()
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addObservationDataSet(ObservationDataSet observationsDataSet)
Add an observations data set.
|
List<ObservationDataSet> |
getObservationDataSets()
Get an unmodifiable view of the observations.
|
addComment, getComments, getHeader
public List<ObservationDataSet> getObservationDataSets()
public void addObservationDataSet(ObservationDataSet observationsDataSet)
Observations must be added chronologically, within header date range, and separated
by an integer multiple of the interval
(ideally one interval, but entries at same dates and missing entries are allowed so
any non-negative integer is allowed).
observationsDataSet
- observations data setCopyright © 2002-2023 CS GROUP. All rights reserved.