Click or drag to resize

Sgp4ElementsSwitchByEpoch.GetSwitchTime 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: 25.1.421.0 (25.1.421.0)
Syntax
public override JulianDate GetSwitchTime(
	Sgp4Elements previous,
	Sgp4Elements next
)

Parameters

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

Return Value

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