public abstract class Sgp4ElementsSwitching extends Object
| Modifier | Constructor and Description | 
|---|---|
protected  | 
Sgp4ElementsSwitching()
Initializes a new instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract JulianDate | 
getSwitchTime(Sgp4Elements previous,
             Sgp4Elements next)
Determine the intervals of time covered by each element set. 
 | 
protected Sgp4ElementsSwitching()
@Nonnull public abstract JulianDate getSwitchTime(@Nonnull Sgp4Elements previous, @Nonnull Sgp4Elements next)
previous - The previous element set from which to transition.next - The next element set to which to transition.