Sgp4Propagator.Sgp4EstimationInput 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic Sgp4EstimationInput(
JulianDate requestedEstimationEpoch
)
Public Sub New (
requestedEstimationEpoch As JulianDate
)
public:
Sgp4EstimationInput(
JulianDate requestedEstimationEpoch
)
new :
requestedEstimationEpoch : JulianDate -> Sgp4EstimationInput
Parameters
- requestedEstimationEpoch
- Type: AGI.Foundation.Time.JulianDate
The requested epoch for the estimated Sgp4Elements.
The actual Epoch of the Sgp4Propagator.Sgp4EstimationOutput
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