Uses of Enum Class
org.orekit.models.earth.atmosphere.NRLMSISE00.LocalSolarTimeMode
Packages that use NRLMSISE00.LocalSolarTimeMode
Package
Description
This package provides the atmosphere model interface and several implementations.
-
Uses of NRLMSISE00.LocalSolarTimeMode in org.orekit.models.earth.atmosphere
Methods in org.orekit.models.earth.atmosphere that return NRLMSISE00.LocalSolarTimeModeModifier and TypeMethodDescriptionNRLMSISE00.getLocalSolarTimeMode()Get the local solar time convention driving the diurnal density terms.Returns the enum constant of this class with the specified name.static NRLMSISE00.LocalSolarTimeMode[]NRLMSISE00.LocalSolarTimeMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.orekit.models.earth.atmosphere with parameters of type NRLMSISE00.LocalSolarTimeModeModifier and TypeMethodDescriptionNRLMSISE00.withLocalSolarTimeMode(NRLMSISE00.LocalSolarTimeMode mode) Change the local solar time convention.