Click or drag to resize

PointInPointsFrame.GetEvaluator Method

Overload List
  NameDescription
Public methodGetEvaluator()
Gets an evaluator that can be used to find the motion of this point in its parent reference frame at a given date. Consider using the methods of GeometryTransformer instead of calling this method directly. See GetEvaluator(EvaluatorGroup) for more details.
(Inherited from Point.)
Public methodGetEvaluator(EvaluatorGroup)
Gets an evaluator that can be used to find the Motion<Cartesian> of this ObservedPoint in the ReferenceFrame of the FrameOwner at a given JulianDate. The motion will also express derivatives of ObservedPoint in the new frame. Also, if the FrameOwner is defined in different frames at different times, this evaluator will account for those changes.
(Overrides Point.GetEvaluator(EvaluatorGroup).)
Top
See Also