Uses of Class
org.orekit.models.earth.atmosphere.data.CssiSpaceWeatherDataLoader
-
Packages that use CssiSpaceWeatherDataLoader Package Description org.orekit.models.earth.atmosphere.data This package provides classes to get atmospheric data, including solar flux and planetary geomagnetic indices. -
-
Uses of CssiSpaceWeatherDataLoader in org.orekit.models.earth.atmosphere.data
Constructors in org.orekit.models.earth.atmosphere.data with parameters of type CssiSpaceWeatherDataLoader Constructor Description CssiSpaceWeatherData(String supportedNames, CssiSpaceWeatherDataLoader loader, DataProvidersManager dataProvidersManager, TimeScale utc)
Constructor that allows specifying the source of the CSSI space weather file.CssiSpaceWeatherData(String supportedNames, CssiSpaceWeatherDataLoader loader, DataProvidersManager dataProvidersManager, TimeScale utc, int maxSlots, double maxSpan, double maxInterval)
Constructor that allows specifying the source of the CSSI space weather file and customizable thread safe cache configuration.CssiSpaceWeatherData(DataSource source, CssiSpaceWeatherDataLoader loader, TimeScale utc)
Simple constructor.CssiSpaceWeatherData(DataSource source, CssiSpaceWeatherDataLoader loader, TimeScale utc, int maxSlots, double maxSpan, double maxInterval)
Simple constructor with customizable thread safe cache configuration.
-