C
- type of the angular coordinatespublic static interface AttitudeEphemerisFile.AttitudeEphemerisSegment<C extends TimeStampedAngularCoordinates>
Segments are typically used to split an ephemeris around discontinuous events such as maneuvers.
AttitudeEphemerisFile
,
AttitudeEphemerisFile.SatelliteAttitudeEphemeris
Modifier and Type | Method and Description |
---|---|
List<C> |
getAngularCoordinates()
Get an unmodifiable list of attitude data lines.
|
BoundedAttitudeProvider |
getAttitudeProvider()
Get the attitude provider for this attitude ephemeris segment.
|
AngularDerivativesFilter |
getAvailableDerivatives()
Get which derivatives of angular data are available in this attitude ephemeris segment.
|
String |
getInterpolationMethod()
Get the interpolation method to be used.
|
int |
getInterpolationSamples()
Get the number of samples to use in interpolation.
|
Frame |
getReferenceFrame()
Get the reference frame from which attitude is defined.
|
AbsoluteDate |
getStart()
Get the start date of this ephemeris segment.
|
AbsoluteDate |
getStop()
Get the end date of this ephemeris segment.
|
List<C> getAngularCoordinates()
Frame getReferenceFrame()
AbsoluteDate getStart()
AbsoluteDate getStop()
String getInterpolationMethod()
int getInterpolationSamples()
AngularDerivativesFilter getAvailableDerivatives()
BoundedAttitudeProvider getAttitudeProvider()
Copyright © 2002-2022 CS GROUP. All rights reserved.