public class Sgp4ElementsSwitchByEpoch extends Sgp4ElementsSwitching
| Constructor and Description |
|---|
Sgp4ElementsSwitchByEpoch() |
| Modifier and Type | Method and Description |
|---|---|
JulianDate |
getSwitchTime(Sgp4Elements previous,
Sgp4Elements next)
Determine the intervals of time covered by each element set.
|
@Nonnull public JulianDate getSwitchTime(Sgp4Elements previous, Sgp4Elements next)
getSwitchTime in class Sgp4ElementsSwitchingprevious - The previous element set from which to transition.next - The next element set to which to transition.