public class Sgp4ElementsSwitchByMidpoint extends Sgp4ElementsSwitching
Epoch (get / set) values.  The
 first element set is used up until the midpoint in time between the epoch of the 
 first and the epoch of the second.  The last element set is used from the 
 midpoint in time between its epoch and the epoch of the set before it.| Constructor and Description | 
|---|
Sgp4ElementsSwitchByMidpoint()  | 
| 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.