SegmentResults.GetDateMotionCollectionOfOverallTrajectory Method |
Name | Description | |
---|---|---|
![]() | GetDateMotionCollectionOfOverallTrajectory<T>(String) |
Gets a DateMotionCollection<T> of the element from the
EphemerisForOverallTrajectory. The state type stored must be
ITimeBasedState. Use the GetMotionCollection<T> (String) method if the
states stored are not time based.
Note that this method will not make any attempt to transform the returned DateMotionCollection<T> into
its defined-in ReferenceFrame or Axes.
|
![]() | GetDateMotionCollectionOfOverallTrajectory(String, ReferenceFrame) |
Gets a DateMotionCollection<T> 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.
|