Uses of Class
org.orekit.files.ilrs.CRD.MeteorologicalMeasurement
-
Packages that use CRD.MeteorologicalMeasurement Package Description org.orekit.files.ilrs This package provides parsers for laser ranging data stored in CDR and CPF formats. -
-
Uses of CRD.MeteorologicalMeasurement in org.orekit.files.ilrs
Methods in org.orekit.files.ilrs that return CRD.MeteorologicalMeasurement Modifier and Type Method Description CRD.MeteorologicalMeasurement
CRD.Meteo. getMeteo(AbsoluteDate date)
Get the meteorological parameters at a given date.Methods in org.orekit.files.ilrs that return types with arguments of type CRD.MeteorologicalMeasurement Modifier and Type Method Description List<CRD.MeteorologicalMeasurement>
CRD.Meteo. getData()
Get an unmodifiable view of the tabulated meteorological data.Methods in org.orekit.files.ilrs with parameters of type CRD.MeteorologicalMeasurement Modifier and Type Method Description void
CRD.CRDDataBlock. addMeteoData(CRD.MeteorologicalMeasurement meteorologicalMeasurement)
Add an entry to the list of meteorological data.Constructor parameters in org.orekit.files.ilrs with type arguments of type CRD.MeteorologicalMeasurement Constructor Description Meteo(SortedSet<CRD.MeteorologicalMeasurement> meteoData)
Constructor.
-