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 |
---|---|
NavigableSet<TimeSpanMap.Transition<EstimatedTroposphericModel>> |
TimeSpanEstimatedTroposphericModel.getTransitions()
Get the
TimeSpanMap.Transition s of the tropospheric model time span map. |
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-2021 CS GROUP. All rights reserved.