Package | Description |
---|---|
org.orekit.models.earth.troposphere |
This package provides models that simulate the impact of the troposphere.
|
Modifier and Type | Method and Description |
---|---|
EstimatedTroposphericModel |
TimeSpanEstimatedTroposphericModel.getTroposphericModel(AbsoluteDate date)
Get the
EstimatedTroposphericModel model valid at a date. |
Modifier and Type | Method and Description |
---|---|
TimeSpanMap.Span<EstimatedTroposphericModel> |
TimeSpanEstimatedTroposphericModel.getFirstSpan()
Get the first
time span of the tropospheric model time span map. |
NavigableSet<TimeSpanMap.Transition<EstimatedTroposphericModel>> |
TimeSpanEstimatedTroposphericModel.getTransitions()
Deprecated.
as of 11.1, replaced by
TimeSpanEstimatedTroposphericModel.getFirstSpan() |
Modifier and Type | Method and Description |
---|---|
void |
TimeSpanEstimatedTroposphericModel.addTroposphericModelValidAfter(EstimatedTroposphericModel model,
AbsoluteDate earliestValidityDate)
Add a EstimatedTroposphericModel entry valid after a limit date.
Using addTroposphericModelValidAfter(entry, t) will make entry
valid in [t, +∞[ (note the closed bracket). |
void |
TimeSpanEstimatedTroposphericModel.addTroposphericModelValidBefore(EstimatedTroposphericModel model,
AbsoluteDate latestValidityDate)
Add an EstimatedTroposphericModel entry valid before a limit date.
Using addTroposphericValidBefore(entry, t) will make entry
valid in ]-∞, t[ (note the open bracket). |
Constructor and Description |
---|
TimeSpanEstimatedTroposphericModel(EstimatedTroposphericModel model)
Constructor with default UTC time scale.
|
TimeSpanEstimatedTroposphericModel(EstimatedTroposphericModel model,
TimeScale timeScale)
Constructor with default UTC time scale.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.