Class DapperDataset.SeqPointObs

    • Field Detail

      • recno

        protected int recno
      • llpt

        protected ucar.unidata.geoloc.LatLonPointImpl llpt
      • sdata

        protected ucar.ma2.StructureData sdata
    • Constructor Detail

      • SeqPointObs

        protected SeqPointObs​(ucar.unidata.geoloc.EarthLocation location,
                              double obsTime,
                              double nomTime,
                              int recno)
        Constructor for the case where you keep track of the location, time of each record, but not the data.
      • SeqPointObs

        public SeqPointObs​(int recno,
                           ucar.ma2.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
    • Method Detail

      • getLatLon

        public ucar.unidata.geoloc.LatLonPoint getLatLon()
      • 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
      • getData

        public ucar.ma2.StructureData getData()
                                       throws IOException
        Description copied from interface: PointObsDatatype
        The actual data of the observation.
        Returns:
        the actual data of the observation.
        Throws:
        IOException - on io error