Uses of Class
org.orekit.models.earth.atmosphere.data.MarshallSolarActivityFutureEstimation.StrengthLevel
-
Packages that use MarshallSolarActivityFutureEstimation.StrengthLevel 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 MarshallSolarActivityFutureEstimation.StrengthLevel in org.orekit.models.earth.atmosphere.data
Methods in org.orekit.models.earth.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.
-