KozaiIzsakMeanElements Constructor (ModifiedKeplerianElements, Boolean, Double, Double) |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic KozaiIzsakMeanElements(
ModifiedKeplerianElements elements,
bool inputIsMean,
double j2UnnormalizedValue,
double referenceDistance
)
Public Sub New (
elements As ModifiedKeplerianElements,
inputIsMean As Boolean,
j2UnnormalizedValue As Double,
referenceDistance As Double
)
public:
KozaiIzsakMeanElements(
ModifiedKeplerianElements^ elements,
bool inputIsMean,
double j2UnnormalizedValue,
double referenceDistance
)
new :
elements : ModifiedKeplerianElements *
inputIsMean : bool *
j2UnnormalizedValue : float *
referenceDistance : float -> KozaiIzsakMeanElementsParameters
- elements
- Type: AGI.Foundation.CoordinatesModifiedKeplerianElements
The modified Keplerian elements. - inputIsMean
- Type: SystemBoolean
True if input elements are mean elements, false if input elements are osculating. - j2UnnormalizedValue
- Type: SystemDouble
The non-normalized J2 zonal harmonic coefficient of the central body around which to propagate. - referenceDistance
- Type: SystemDouble
The reference distance (equatorial radius) associated with the J2 coefficient.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException |
Thrown when elements is .
|
| ArgumentException |
The given elements must represent a closed orbit.
Thrown when the eccentricity is negative or not below unity or if the semimajor axis is not finitely positive.
For other orbit types, use ModifiedKeplerianElements.
|
See Also