Class CRD.Meteo

  • Enclosing class:
    CRD

    public static class CRD.Meteo
    extends Object
    Meteorological data.
    • Method Detail

      • getData

        public List<CRD.MeteorologicalMeasurement> getData()
        Get an unmodifiable view of the tabulated meteorological data.
        Returns:
        unmodifiable view of the tabulated meteorological data
        Since:
        11.0
      • getMeteo

        public CRD.MeteorologicalMeasurement getMeteo​(AbsoluteDate date)
        Get the meteorological parameters at a given date.
        Parameters:
        date - date when user wants the meteorological parameters
        Returns:
        the meteorological parameters at date (can be null if meteorological data are empty).