Class RecordDatasetHelper.RecordStationObs

    • Constructor Detail

      • RecordStationObs

        protected RecordStationObs​(Station station,
                                   double obsTime,
                                   double nomTime,
                                   int recno)
        Constructor for the case where you keep track of the station, time of each record, but the data reading is deferred.
        Parameters:
        station - data is for this Station
        obsTime - observation time
        nomTime - nominal time (may be NaN)
        recno - data is at this record number
      • RecordStationObs

        protected RecordStationObs​(int recno,
                                   StructureData sdata)
        Constructor for when you already have the StructureData and want to wrap it in a StationObsDatatype
        Parameters:
        recno - record number LOOK why do we need ??
        sdata - the structure data
      • RecordStationObs

        protected RecordStationObs​(Station station,
                                   double obsTime,
                                   double nomTime,
                                   StructureData sdata)
        Constructor for when you already have the StructureData and want to wrap it in a StationObsDatatype
        Parameters:
        station - data is for this Station
        obsTime - observation time
        nomTime - nominal time (may be NaN)
        sdata - the structure data
      • RecordStationObs

        protected RecordStationObs​(Station station,
                                   StructureData sdata)
        Constructor for when you already have the StructureData and want to wrap it in a StationObsDatatype
        Parameters:
        station - data is for this Station
        sdata - the structure data