SegmentListResultsGetDateMotionCollectionOfOverallTrajectory Method |
Name | Description | |
---|---|---|
GetDateMotionCollectionOfOverallTrajectoryT(String) |
Gets a DateMotionCollectionT of the element from the
EphemerisForOverallTrajectory.
Note that this will return the ephemeris from the
EphemerisForOverallTrajectory of every stored
SegmentResults making no attempt at transforming them into the same ReferenceFrame
or Axes. If the element happened to be propagated in different defined in objects, you
must either call GetDateMotionCollectionOfOverallTrajectory(String, ReferenceFrame) if a Point was propagated,
or handle the transformations yourself.
(Overrides SegmentResultsGetDateMotionCollectionOfOverallTrajectoryT(String).) | |
GetDateMotionCollectionOfOverallTrajectory(String, ReferenceFrame) |
Gets a DateMotionCollectionT of the element in the specified
ReferenceFrame from the EphemerisForOverallTrajectory.
This method assumes that you are asking for an entry that is of type Cartesian
and that the element in the state is of that type. The state type stored must be
ITimeBasedState.
(Overrides SegmentResultsGetDateMotionCollectionOfOverallTrajectory(String, ReferenceFrame).) |