Class DapperDataset.SeqStationObs

    • Constructor Detail

      • SeqStationObs

        public SeqStationObs​(Station s,
                             double obsTime,
                             StructureData sdata)
        Constructor for when you already have the StructureData and want to wrap it in a StationObsDatatype
        Parameters:
        sdata - the structure data
    • Method Detail

      • getNominalTimeAsDate

        public Date getNominalTimeAsDate()
        Description copied from interface: PointObsDatatype
        Nominal time of the observation, as a Date.
        Returns:
        nominal time of the observation as a Date
      • getObservationTimeAsDate

        public Date getObservationTimeAsDate()
        Description copied from interface: PointObsDatatype
        Actual time of the observation, as a Date.
        Returns:
        actual time of the observation as a Date