Click or drag to resize

JplDECenterOfMassPointGetEvaluator Method (EvaluatorGroup)

Gets an evaluator that can be used to find the Motion<Cartesian> at a given JulianDate. In the case of the Moon the point is expressed in the Earth'sInertial Frame. In the case of all other bodies, the point is expressed in the SolarSystemBarycenterInertial Frame. The definitions for the CentralBodies are taken from the GetFromContext. If requested, the evaluator can produce derivatives up to third order.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override PointEvaluator GetEvaluator(
	EvaluatorGroup group
)

Parameters

group
Type: AGI.FoundationEvaluatorGroup
The group with which to associate the new evaluator. By grouping evaluators that are often evaluated at the same Julian dates, common computations can be performed only once for the entire group instead of multiple times for each evaluator.

Return Value

Type: PointEvaluator
An evaluator for this Point.
Exceptions
ExceptionCondition
PropertyInvalidException Thrown when JplDE is .
InvalidOperationException Thrown when the CentralBody is not set to a value in the enumeration JplDECentralBody.
See Also