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.2.419.0 (24.2.419.0)
Syntax public MotionEvaluator<Cartographic> ObserveCartographicPoint(
Point point,
EvaluatorGroup group
)
Public Function ObserveCartographicPoint (
point As Point,
group As EvaluatorGroup
) As MotionEvaluator(Of Cartographic)
public:
MotionEvaluator<Cartographic>^ ObserveCartographicPoint(
Point^ point,
EvaluatorGroup^ group
)
member ObserveCartographicPoint :
point : Point *
group : EvaluatorGroup -> MotionEvaluator<Cartographic>
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:
MotionEvaluatorCartographicAn evaluator to find the cartographic motion of a point relative to this central body.
Exceptions See Also