Uses of Class
org.orekit.models.earth.troposphere.EstimatedModel
-
Packages that use EstimatedModel Package Description org.orekit.models.earth.troposphere 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 EstimatedModel Modifier and Type Method Description EstimatedModelTimeSpanEstimatedModel. getTroposphericModel(AbsoluteDate date)Get theEstimatedModelmodel valid at a date.Methods in org.orekit.models.earth.troposphere that return types with arguments of type EstimatedModel Modifier and Type Method Description TimeSpanMap.Span<EstimatedModel>TimeSpanEstimatedModel. getFirstSpan()Get the firsttime spanof the tropospheric model time span map.Methods in org.orekit.models.earth.troposphere with parameters of type EstimatedModel Modifier and Type Method Description voidTimeSpanEstimatedModel. 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 EstimatedModel Constructor Description TimeSpanEstimatedModel(EstimatedModel model)Constructor with default UTC time scale.TimeSpanEstimatedModel(EstimatedModel model, TimeScale timeScale)Constructor with default UTC time scale.
-