Uses of Class
org.orekit.models.earth.Geoid
-
Packages that use Geoid Package Description org.orekit.models.earth.weather This package provides models that simulate global weather conditions on Earth. -
-
Uses of Geoid in org.orekit.models.earth.weather
Constructors in org.orekit.models.earth.weather with parameters of type Geoid Constructor Description GlobalPressureTemperature(Geoid geoid)
Build a new instance.GlobalPressureTemperature(Geoid geoid, TimeScale utc)
Build a new instance.GlobalPressureTemperature2Model(double latitude, double longitude, Geoid geoid)
Deprecated.Constructor with default supported names.GlobalPressureTemperature2Model(String supportedNames, double latitude, double longitude, Geoid geoid)
Deprecated.Constructor with supported names given by user.GlobalPressureTemperature2Model(String supportedNames, double latitude, double longitude, Geoid ignoredGeoid, DataProvidersManager dataProvidersManager, TimeScale utc)
Deprecated.Constructor with supported names and source of GPT2 auxiliary data given by user.
-