SphericalHarmonicGravitySecularVariationsGetCoefficientsEvaluator Method (EvaluatorGroup) |
Gets an instance of an evaluator that returns the secular variations of the gravity field at a given time.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Evaluator<SphericalHarmonicCoefficients> GetCoefficientsEvaluator(
EvaluatorGroup group
)
Public Function GetCoefficientsEvaluator (
group As EvaluatorGroup
) As Evaluator(Of SphericalHarmonicCoefficients)
public:
Evaluator<SphericalHarmonicCoefficients^>^ GetCoefficientsEvaluator(
EvaluatorGroup^ group
)
member GetCoefficientsEvaluator :
group : EvaluatorGroup -> Evaluator<SphericalHarmonicCoefficients>
Parameters
- group
- Type: AGI.FoundationEvaluatorGroup
The evaluator group in which to create evaluators.
Return Value
Type:
EvaluatorSphericalHarmonicCoefficientsThe evaluator that computes the secular variations of a gravity field at a given time.
See Also