Uses of Enum Class
org.orekit.models.earth.atmosphere.data.MarshallSolarActivityFutureEstimation.StrengthLevel
Packages that use MarshallSolarActivityFutureEstimation.StrengthLevel
Package
Description
This package provides classes to get atmospheric data,
including solar flux and planetary geomagnetic indices.
-
Uses of MarshallSolarActivityFutureEstimation.StrengthLevel in org.orekit.models.earth.atmosphere.data
Methods in org.orekit.models.earth.atmosphere.data that return MarshallSolarActivityFutureEstimation.StrengthLevelModifier and TypeMethodDescriptionMarshallSolarActivityFutureEstimation.getStrengthLevel()Get the strength level for activity.Returns the enum constant of this class with the specified name.MarshallSolarActivityFutureEstimation.StrengthLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.orekit.models.earth.atmosphere.data with parameters of type MarshallSolarActivityFutureEstimation.StrengthLevelModifierConstructorDescriptionMarshallSolarActivityFutureEstimation(String supportedNames, MarshallSolarActivityFutureEstimation.StrengthLevel strengthLevel) Simple constructor.MarshallSolarActivityFutureEstimation(String supportedNames, MarshallSolarActivityFutureEstimation.StrengthLevel strengthLevel, DataProvidersManager dataProvidersManager, TimeScale utc) Constructor that allows specifying the source of the MSAFE auxiliary data files.MarshallSolarActivityFutureEstimation(String supportedNames, MarshallSolarActivityFutureEstimation.StrengthLevel strengthLevel, DataProvidersManager dataProvidersManager, TimeScale utc, int maxSlots, double maxSpan, double maxInterval, double minimumStep) Constructor that allows specifying the source of the MSAFE auxiliary data files and customizable thread safe cache configuration.MarshallSolarActivityFutureEstimation(DataSource source, MarshallSolarActivityFutureEstimation.StrengthLevel strengthLevel) Simple constructor which use thedefault data context.MarshallSolarActivityFutureEstimation(DataSource source, MarshallSolarActivityFutureEstimation.StrengthLevel strengthLevel, TimeScale utc) Simple constructor.MarshallSolarActivityFutureEstimation(DataSource source, MarshallSolarActivityFutureEstimation.StrengthLevel strengthLevel, TimeScale utc, int maxSlots, double maxSpan, double maxInterval, double minimumStep) Constructor with customizable thread safe cache configuration.MarshallSolarActivityFutureEstimationLoader(MarshallSolarActivityFutureEstimation.StrengthLevel strengthLevel) Simple constructor.MarshallSolarActivityFutureEstimationLoader(MarshallSolarActivityFutureEstimation.StrengthLevel strengthLevel, TimeScale utc) Constructor that allows specifying the source of the MSAFE auxiliary data files.