SphericalHarmonicsTideType Enumeration |
Note: This API is now obsolete.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 23.2.417.0 (23.2.417.0)
Syntax[ObsoleteAttribute("The SphericalHarmonicsTideType enumeration is deprecated due to the addition of SolidTideModel classes.")]
public enum SphericalHarmonicsTideType
<ObsoleteAttribute("The SphericalHarmonicsTideType enumeration is deprecated due to the addition of SolidTideModel classes.")>
Public Enumeration SphericalHarmonicsTideType
[ObsoleteAttribute(L"The SphericalHarmonicsTideType enumeration is deprecated due to the addition of SolidTideModel classes.")]
public enum class SphericalHarmonicsTideType
[<ObsoleteAttribute("The SphericalHarmonicsTideType enumeration is deprecated due to the addition of SolidTideModel classes.")>]
type SphericalHarmonicsTideType
Members
| Member name | Description |
---|
| None |
The gravity field is modeled without any tidal effects. If the file includes
data on the permanent tides that effect will be subtracted out.
|
| PermanentTideOnly |
The gravity field is modeled including the effect of permanent solid tides.
|
See Also