Class RinexObservation

    • Constructor Detail

      • RinexObservation

        public RinexObservation()
        Simple constructor.
    • Method Detail

      • getObservationDataSets

        public List<ObservationDataSet> getObservationDataSets()
        Get an unmodifiable view of the observations.
        Returns:
        unmodifiable view of the observations
      • addObservationDataSet

        public void addObservationDataSet​(ObservationDataSet observationsDataSet)
        Add an observations data set.

        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).

        Parameters:
        observationsDataSet - observations data set