Package org.orekit.files.ilrs
Class CRD.Meteo
java.lang.Object
org.orekit.files.ilrs.CRD.Meteo
- Enclosing class:
CRD
Meteorological data.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData()Get an unmodifiable view of the tabulated meteorological data.getMeteo(AbsoluteDate date) Get the meteorological parameters at a given date.
-
Constructor Details
-
Meteo
Constructor.- Parameters:
meteoData- list of meteo data
-
-
Method Details
-
getData
Get an unmodifiable view of the tabulated meteorological data.- Returns:
- unmodifiable view of the tabulated meteorological data
- Since:
- 11.0
-
getMeteo
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).
-