Uses of Class
org.orekit.models.earth.atmosphere.NRLMSISE00.LocalSolarTimeMode
-
Packages that use NRLMSISE00.LocalSolarTimeMode Package Description org.orekit.models.earth.atmosphere 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.LocalSolarTimeMode Modifier and Type Method Description NRLMSISE00.LocalSolarTimeModeNRLMSISE00. getLocalSolarTimeMode()Get the local solar time convention driving the diurnal density terms.static NRLMSISE00.LocalSolarTimeModeNRLMSISE00.LocalSolarTimeMode. valueOf(String name)Returns the enum constant of this type with the specified name.static NRLMSISE00.LocalSolarTimeMode[]NRLMSISE00.LocalSolarTimeMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.orekit.models.earth.atmosphere with parameters of type NRLMSISE00.LocalSolarTimeMode Modifier and Type Method Description NRLMSISE00NRLMSISE00. withLocalSolarTimeMode(NRLMSISE00.LocalSolarTimeMode mode)Change the local solar time convention.
-