Click or drag to resize

SphericalHarmonicCoefficients Class

Contains the coefficient data for a spherical harmonic model.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.CelestialSphericalHarmonicCoefficients

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public class SphericalHarmonicCoefficients : IEquatable<SphericalHarmonicCoefficients>, 
	ICloneWithContext

The SphericalHarmonicCoefficients type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCosineCoefficients
Gets the array of cosine coefficients (m= [1, L])
Public propertyDegree
Gets the maximum degree of the spherical harmonic coefficients.
Public propertyOrder
Gets the maximum order of the spherical harmonic coefficients.
Public propertySineCoefficients
Gets the array of sine coefficients (m= [1, L])
Public propertyZonalCoefficients
Gets the array of zonal coefficients (the negative of the cosine coefficients for m=0; J2 = -C20, J3 = -C30, etc.).
Top
Methods
  NameDescription
Public methodClone
Clones this object using the specified context.
Public methodEquals(Object)
Indicates whether another object is exactly equal to this instance.
(Overrides ObjectEquals(Object).)
Public methodEquals(SphericalHarmonicCoefficients)
Indicates whether another instance of this type is exactly equal to this instance.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Returns if the two instances are exactly equal.
Public operatorStatic memberInequality
Returns if the two instances are not exactly equal.
Top
See Also