Uses of Class
org.orekit.models.earth.troposphere.EstimatedTroposphericModel
-
Packages that use EstimatedTroposphericModel Package Description org.orekit.models.earth.troposphere This package provides models that simulate the impact of the troposphere. -
-
Uses of EstimatedTroposphericModel in org.orekit.models.earth.troposphere
Methods in org.orekit.models.earth.troposphere that return EstimatedTroposphericModel Modifier and Type Method Description EstimatedTroposphericModel
TimeSpanEstimatedTroposphericModel. getTroposphericModel(AbsoluteDate date)
Deprecated.Get theEstimatedTroposphericModel
model valid at a date.Methods in org.orekit.models.earth.troposphere that return types with arguments of type EstimatedTroposphericModel Modifier and Type Method Description TimeSpanMap.Span<EstimatedTroposphericModel>
TimeSpanEstimatedTroposphericModel. getFirstSpan()
Deprecated.Get the firsttime span
of the tropospheric model time span map.Methods in org.orekit.models.earth.troposphere with parameters of type EstimatedTroposphericModel Modifier and Type Method Description void
TimeSpanEstimatedTroposphericModel. addTroposphericModelValidAfter(EstimatedTroposphericModel model, AbsoluteDate earliestValidityDate)
Deprecated.Add a EstimatedTroposphericModel entry valid after a limit date.
UsingaddTroposphericModelValidAfter(entry, t)
will makeentry
valid in [t, +∞[ (note the closed bracket).void
TimeSpanEstimatedTroposphericModel. addTroposphericModelValidBefore(EstimatedTroposphericModel model, AbsoluteDate latestValidityDate)
Deprecated.Add an EstimatedTroposphericModel entry valid before a limit date.
UsingaddTroposphericValidBefore(entry, t)
will makeentry
valid in ]-∞, t[ (note the open bracket).Constructors in org.orekit.models.earth.troposphere with parameters of type EstimatedTroposphericModel Constructor Description TimeSpanEstimatedTroposphericModel(EstimatedTroposphericModel model)
Deprecated.Constructor with default UTC time scale.TimeSpanEstimatedTroposphericModel(EstimatedTroposphericModel model, TimeScale timeScale)
Deprecated.Constructor with default UTC time scale.
-