Click or drag to resize

CentralBodyObserveCartographicPoint Method (Point, EvaluatorGroup)

Gets an evaluator that can be used to find the Cartographic motion of a point relative to this central body.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public MotionEvaluator<Cartographic> ObserveCartographicPoint(
	Point point,
	EvaluatorGroup group
)

Parameters

point
Type: AGI.Foundation.GeometryPoint
The point to observe.
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: MotionEvaluatorCartographic
An evaluator to find the cartographic motion of a point relative to this central body.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when point or group is .
See Also