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 EstimatedModel
TimeSpanEstimatedModel. getTroposphericModel(AbsoluteDate date)
Get theEstimatedModel
model 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 span
of the tropospheric model time span map.Methods in org.orekit.models.earth.troposphere with parameters of type EstimatedModel Modifier and Type Method Description void
TimeSpanEstimatedModel. addTroposphericModelValidAfter(EstimatedModel model, AbsoluteDate earliestValidityDate)
Add a EstimatedTroposphericModel entry valid after a limit date.
UsingaddTroposphericModelValidAfter(entry, t)
will makeentry
valid in [t, +∞[ (note the closed bracket).void
TimeSpanEstimatedModel. addTroposphericModelValidBefore(EstimatedModel model, AbsoluteDate latestValidityDate)
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 EstimatedModel Constructor Description TimeSpanEstimatedModel(EstimatedModel model)
Constructor with default UTC time scale.TimeSpanEstimatedModel(EstimatedModel model, TimeScale timeScale)
Constructor with default UTC time scale.
-