Constructor and Description |
---|
Meteo(SortedSet<CRD.MeteorologicalMeasurement> meteoData)
Constructor.
|
Modifier and Type | Method and 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.
|
public Meteo(SortedSet<CRD.MeteorologicalMeasurement> meteoData)
meteoData
- list of meteo datapublic List<CRD.MeteorologicalMeasurement> getData()
public CRD.MeteorologicalMeasurement getMeteo(AbsoluteDate date)
date
- date when user wants the meteorological parametersCopyright © 2002-2022 CS GROUP. All rights reserved.