Package org.orekit.files.ilrs
Class CRD.Meteo
- java.lang.Object
-
- org.orekit.files.ilrs.CRD.Meteo
-
-
Constructor Summary
Constructors Constructor Description Meteo(SortedSet<CRD.MeteorologicalMeasurement> meteoData)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CRD.MeteorologicalMeasurement>
getData()
Get an unmodifiable view of the tabulated meteorological data.CRD.MeteorologicalMeasurement
getMeteo(AbsoluteDate date)
Get the meteorological parameters at a given date.
-
-
-
Constructor Detail
-
Meteo
public Meteo(SortedSet<CRD.MeteorologicalMeasurement> meteoData)
Constructor.- Parameters:
meteoData
- list of meteo 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).
-
-