Uses of Class
org.orekit.models.earth.troposphere.EstimatedModel
Packages that use EstimatedModel
Package
Description
This package provides models that simulate the impact of the troposphere.
-
Uses of EstimatedModel in org.orekit.models.earth.troposphere
Methods in org.orekit.models.earth.troposphere that return EstimatedModelModifier and TypeMethodDescriptionTimeSpanEstimatedModel.getTroposphericModel(AbsoluteDate date) Get theEstimatedModelmodel valid at a date.Methods in org.orekit.models.earth.troposphere that return types with arguments of type EstimatedModelModifier and TypeMethodDescriptionTimeSpanEstimatedModel.getFirstSpan()Get the firsttime spanof the tropospheric model time span map.Methods in org.orekit.models.earth.troposphere with parameters of type EstimatedModelModifier and TypeMethodDescriptionvoidTimeSpanEstimatedModel.addTroposphericModelValidAfter(EstimatedModel model, AbsoluteDate earliestValidityDate) Add a EstimatedTroposphericModel entry valid after a limit date.
UsingaddTroposphericModelValidAfter(entry, t)will makeentryvalid in [t, +∞[ (note the closed bracket).voidTimeSpanEstimatedModel.addTroposphericModelValidBefore(EstimatedModel model, AbsoluteDate latestValidityDate) Add an EstimatedTroposphericModel entry valid before a limit date.
UsingaddTroposphericValidBefore(entry, t)will makeentryvalid in ]-∞, t[ (note the open bracket).Constructors in org.orekit.models.earth.troposphere with parameters of type EstimatedModelModifierConstructorDescriptionConstructor with default UTC time scale.TimeSpanEstimatedModel(EstimatedModel model, TimeScale timeScale) Constructor with default UTC time scale.