Uses of Class
org.orekit.forces.drag.atmosphere.data.MarshallSolarActivityFutureEstimation.StrengthLevel
-
Packages that use MarshallSolarActivityFutureEstimation.StrengthLevel Package Description org.orekit.forces.drag.atmosphere.data This package provides classes to get atmospheric data, including solar flux and planetary geomagnetic indices. -
-
Uses of MarshallSolarActivityFutureEstimation.StrengthLevel in org.orekit.forces.drag.atmosphere.data
Methods in org.orekit.forces.drag.atmosphere.data that return MarshallSolarActivityFutureEstimation.StrengthLevel Modifier and Type Method Description MarshallSolarActivityFutureEstimation.StrengthLevelMarshallSolarActivityFutureEstimation. getStrengthLevel()Get the strength level for activity.static MarshallSolarActivityFutureEstimation.StrengthLevelMarshallSolarActivityFutureEstimation.StrengthLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static MarshallSolarActivityFutureEstimation.StrengthLevel[]MarshallSolarActivityFutureEstimation.StrengthLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.orekit.forces.drag.atmosphere.data with parameters of type MarshallSolarActivityFutureEstimation.StrengthLevel Constructor Description MarshallSolarActivityFutureEstimation(String supportedNames, MarshallSolarActivityFutureEstimation.StrengthLevel strengthLevel)Simple constructor.
-