Sgp4Elements Class |
Namespace: AGI.Foundation.Propagators
The Sgp4Elements type exposes the following members.
| Name | Description | |
|---|---|---|
| Sgp4Elements | Initializes a new instance. | |
| Sgp4Elements(Sgp4Elements) | Initializes a new instance as a copy of an existing instance. |
| Name | Description | |
|---|---|---|
| ArgumentOfPerigee |
Gets or sets the argument of perigee, in degrees.
| |
| BStar |
Gets or sets the BSTAR drag term, in units of 1 / EarthRadii.
This term represents a modification of the ballistic coefficient
(Coefficient of drag times area over mass). The value is modified
by one half atmospheric density and expressed in units of inverse
Earth radii. Source: https://celestrak.com/ | |
| Eccentricity |
Gets or sets the eccentricity
| |
| Epoch |
Gets or sets the epoch at which these initial conditions are defined.
| |
| Inclination |
Gets or sets the inclination, in degrees
| |
| MeanAnomaly |
Gets or sets the mean anomaly, in degrees.
| |
| MeanMotion |
Gets or sets the mean motion, in revolutions per day.
| |
| RawEpoch |
Gets or sets the epoch at which these initial conditions are defined,
represented in the standard form: YYDDD.DDDD. Note: this will
be represented to as much precision as possible and will not reflect
the RawEpoch taken from a
TwoLineElementSet format. To represent the correct
precision for a TLE, use the TwoLineElementSet type instead.
| |
| RightAscensionOfAscendingNode |
Gets or sets the right ascension of the ascending node, in degrees
| |
| SwitchingMethod |
Gets or sets the method to use when switching between this element set and the following element set.
By default, this is Sgp4ElementsSwitchByEpoch.
|
| Name | Description | |
|---|---|---|
| Clone |
Clones this object using the specified context.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |