Uses of Class
org.orekit.utils.TimeSpanMap.Transition
-
Packages that use TimeSpanMap.Transition 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. -
-
Uses of TimeSpanMap.Transition in org.orekit.forces.drag
Methods in org.orekit.forces.drag that return types with arguments of type TimeSpanMap.Transition Modifier and Type Method Description NavigableSet<TimeSpanMap.Transition<DragSensitive>>
TimeSpanDragForce. getTransitions()
Deprecated.as of 11.1, replaced byTimeSpanDragForce.getFirstSpan()
-
Uses of TimeSpanMap.Transition in org.orekit.forces.empirical
Methods in org.orekit.forces.empirical that return types with arguments of type TimeSpanMap.Transition Modifier and Type Method Description NavigableSet<TimeSpanMap.Transition<AccelerationModel>>
TimeSpanParametricAcceleration. getTransitions()
Deprecated.as of 11.1, replace byTimeSpanParametricAcceleration.getFirstSpan()
-
Uses of TimeSpanMap.Transition in org.orekit.models.earth.troposphere
Methods in org.orekit.models.earth.troposphere that return types with arguments of type TimeSpanMap.Transition Modifier and Type Method Description NavigableSet<TimeSpanMap.Transition<EstimatedTroposphericModel>>
TimeSpanEstimatedTroposphericModel. getTransitions()
Deprecated.as of 11.1, replaced byTimeSpanEstimatedTroposphericModel.getFirstSpan()
-
Uses of TimeSpanMap.Transition in org.orekit.utils
Methods in org.orekit.utils that return TimeSpanMap.Transition Modifier and Type Method 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.Methods in org.orekit.utils that return types with arguments of type TimeSpanMap.Transition Modifier and Type Method Description NavigableSet<TimeSpanMap.Transition<T>>
TimeSpanMap. getTransitions()
Deprecated.as of 11.1, replaced byTimeSpanMap.getFirstSpan()
,TimeSpanMap.getLastSpan()
,TimeSpanMap.getFirstTransition()
,TimeSpanMap.getLastTransition()
, andTimeSpanMap.getSpansNumber()
-