Class RinexObservationWriter

  • All Implemented Interfaces:
    AutoCloseable

    public class RinexObservationWriter
    extends Object
    implements AutoCloseable
    Writer for Rinex observation file.

    As RINEX file are organized in batches of observations at some dates, these observations are cached and a new batch is output only when a new date appears when calling writeObservationDataSet(ObservationDataSet) or when the file is closed by calling the close method. Failing to call close would imply the last batch of measurements is not written. This is the reason why this class implements AutoCloseable, so the close method can be called automatically in a try-with-resources statement.

    Since:
    12.0
    Author:
    Luc Maisonobe