Package | Description |
---|---|
org.orekit.files.ilrs |
This package provides parsers for laser ranging data stored in CDR and CPF formats.
|
Modifier and Type | Method and Description |
---|---|
CRD.MeteorologicalMeasurement |
CRD.Meteo.getMeteo(AbsoluteDate date)
Get the meteorological parameters at a given date.
|
Modifier and Type | Method and Description |
---|---|
List<CRD.MeteorologicalMeasurement> |
CRD.Meteo.getData()
Get an unmodifiable view of the tabulated meteorological data.
|
Modifier and Type | Method and Description |
---|---|
void |
CRD.CRDDataBlock.addMeteoData(CRD.MeteorologicalMeasurement meteorologicalMeasurement)
Add an entry to the list of meteorological data.
|
Constructor and Description |
---|
Meteo(SortedSet<CRD.MeteorologicalMeasurement> meteoData)
Constructor.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.