Click or drag to resize

Sgp4ElementsSwitchByMidpointGetSwitchTime Method

Determine the intervals of time covered by each element set. The intervals should not overlap.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override JulianDate GetSwitchTime(
	Sgp4Elements previous,
	Sgp4Elements next
)

Parameters

previous
Type: AGI.Foundation.PropagatorsSgp4Elements
The previous element set from which to transition.
next
Type: AGI.Foundation.PropagatorsSgp4Elements
The next element set to which to transition.

Return Value

Type: JulianDate
The intervals of time and their corresponding element sets.
See Also