Sgp4PropagatorSgp4EstimationInput Constructor |
Initializes a new instance with the given
requestedEstimationEpoch for the estimated
Sgp4Elements.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Sgp4EstimationInput(
JulianDate requestedEstimationEpoch
)
Public Sub New (
requestedEstimationEpoch As JulianDate
)
public:
Sgp4EstimationInput(
JulianDate requestedEstimationEpoch
)
new :
requestedEstimationEpoch : JulianDate -> Sgp4EstimationInput
Parameters
- requestedEstimationEpoch
- Type: AGI.Foundation.TimeJulianDate
The requested epoch for the estimated Sgp4Elements.
The actual Epoch of the Sgp4PropagatorSgp4EstimationOutput
may not be what was input if the input lies within the interval of a leap second.
See the AllowEstimationEpochDuringLeapSecond property for more information.
See Also