Uses of Class
org.orekit.models.earth.weather.SeasonalModelType
-
Packages that use SeasonalModelType Package Description org.orekit.models.earth.weather This package provides models that simulate global weather conditions on Earth. -
-
Uses of SeasonalModelType in org.orekit.models.earth.weather
Methods in org.orekit.models.earth.weather that return SeasonalModelType Modifier and Type Method Description static SeasonalModelTypeSeasonalModelType. parseType(String field)Parse a field to get the type.static SeasonalModelTypeSeasonalModelType. valueOf(String name)Returns the enum constant of this type with the specified name.static SeasonalModelType[]SeasonalModelType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.orekit.models.earth.weather with parameters of type SeasonalModelType Constructor Description AbstractGlobalPressureTemperature(DataSource source, SeasonalModelType... expected)Constructor with source of GPTn auxiliary data given by user.
-