Class PointObsDatatypeImpl

    • Field Detail

      • obsTime

        protected double obsTime
        Deprecated.
      • nomTime

        protected double nomTime
        Deprecated.
    • Constructor Detail

      • PointObsDatatypeImpl

        public PointObsDatatypeImpl()
        Deprecated.
      • PointObsDatatypeImpl

        public PointObsDatatypeImpl​(EarthLocation location,
                                    double obsTime,
                                    double nomTime)
        Deprecated.
    • Method Detail

      • getNominalTime

        public double getNominalTime()
        Deprecated.
        Description copied from interface: PointObsDatatype
        Nominal time of the observation. Units are found from getTimeUnits() in the containing dataset.
        Specified by:
        getNominalTime in interface PointObsDatatype
        Returns:
        nominal time of the observation in units of getTimeUnits()
      • getObservationTime

        public double getObservationTime()
        Deprecated.
        Description copied from interface: PointObsDatatype
        Actual time of the observation. Units are found from getTimeUnits() in the containing dataset.
        Specified by:
        getObservationTime in interface PointObsDatatype
        Returns:
        actual time of the observation in units of getTimeUnits()