Package | Description |
---|---|
org.orekit.forces.drag |
This package provides all drag-related forces.
|
org.orekit.forces.empirical |
This package provides empirical forces.
|
org.orekit.models.earth.troposphere |
This package provides models that simulate the impact of the troposphere.
|
org.orekit.utils |
This package provides useful objects.
|
Modifier and Type | Method and Description |
---|---|
NavigableSet<TimeSpanMap.Transition<DragSensitive>> |
TimeSpanDragForce.getTransitions()
Deprecated.
as of 11.1, replaced by
TimeSpanDragForce.getFirstSpan() |
Modifier and Type | Method and Description |
---|---|
NavigableSet<TimeSpanMap.Transition<AccelerationModel>> |
TimeSpanParametricAcceleration.getTransitions()
Deprecated.
as of 11.1, replace by
TimeSpanParametricAcceleration.getFirstSpan() |
Modifier and Type | Method and Description |
---|---|
NavigableSet<TimeSpanMap.Transition<EstimatedTroposphericModel>> |
TimeSpanEstimatedTroposphericModel.getTransitions()
Deprecated.
as of 11.1, replaced by
TimeSpanEstimatedTroposphericModel.getFirstSpan() |
Modifier and Type | Method and Description |
---|---|
TimeSpanMap.Transition<S> |
TimeSpanMap.Span.getEndTransition()
Get the transition at end of this time span.
|
TimeSpanMap.Transition<T> |
TimeSpanMap.getFirstTransition()
Get the first (earliest) transition.
|
TimeSpanMap.Transition<T> |
TimeSpanMap.getLastTransition()
Get the last (latest) transition.
|
TimeSpanMap.Transition<S> |
TimeSpanMap.Span.getStartTransition()
Get the transition at start of this time span.
|
TimeSpanMap.Transition<S> |
TimeSpanMap.Transition.next()
Get the next transition.
|
TimeSpanMap.Transition<S> |
TimeSpanMap.Transition.previous()
Get the previous transition.
|
Modifier and Type | Method and Description |
---|---|
NavigableSet<TimeSpanMap.Transition<T>> |
TimeSpanMap.getTransitions()
Deprecated.
as of 11.1, replaced by
TimeSpanMap.getFirstSpan() , TimeSpanMap.getLastSpan() ,
TimeSpanMap.getFirstTransition() , TimeSpanMap.getLastTransition() , and TimeSpanMap.getSpansNumber() |
Copyright © 2002-2022 CS GROUP. All rights reserved.