PointVectorToPointGetEvaluator Method | 
| Name | Description | |
|---|---|---|
| GetEvaluator | 
            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.) | |
| GetEvaluator(EvaluatorGroup) | 
            Gets an evaluator that can be used to find the Motion<Cartesian>
            of the new point in BasePoint's ReferenceFrame
            at a given JulianDate.  If requested, the motion will contain derivative information
            consisting of the BasePoint's derivatives plus the DisplacementVector's
            derivatives.  Consider using the methods of GeometryTransformer
            instead of calling this method directly.
              (Overrides PointGetEvaluator(EvaluatorGroup).) |