Package | Description |
---|---|
org.orekit.utils |
This package provides useful objects.
|
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.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.