Uses of Enum Class
org.orekit.models.earth.ionosphere.GlobalIonosphereMapModel.TimeInterpolator
Packages that use GlobalIonosphereMapModel.TimeInterpolator
Package
Description
This package provides models that simulate the impact of the ionosphere.
-
Uses of GlobalIonosphereMapModel.TimeInterpolator in org.orekit.models.earth.ionosphere
Methods in org.orekit.models.earth.ionosphere that return GlobalIonosphereMapModel.TimeInterpolatorModifier and TypeMethodDescriptionGlobalIonosphereMapModel.getInterpolator()Get the time interpolator used.Returns the enum constant of this class with the specified name.GlobalIonosphereMapModel.TimeInterpolator.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.orekit.models.earth.ionosphere with parameters of type GlobalIonosphereMapModel.TimeInterpolatorModifierConstructorDescriptionGlobalIonosphereMapModel(OneAxisEllipsoid earth, String supportedNames, DataProvidersManager dataProvidersManager, TimeScale utc, GlobalIonosphereMapModel.TimeInterpolator interpolator) Constructor that uses user defined supported names and data context.GlobalIonosphereMapModel(OneAxisEllipsoid earth, TimeScale utc, GlobalIonosphereMapModel.TimeInterpolator interpolator, DataSource... ionex) Constructor that uses user defined data sources.