Package org.orekit.files.general
Class OrekitAttitudeEphemerisFile.OrekitAttitudeEphemerisSegment
java.lang.Object
org.orekit.files.general.OrekitAttitudeEphemerisFile.OrekitAttitudeEphemerisSegment
- All Implemented Interfaces:
AttitudeEphemerisFile.AttitudeEphemerisSegment<TimeStampedAngularCoordinates>
- Enclosing class:
OrekitAttitudeEphemerisFile
public static class OrekitAttitudeEphemerisFile.OrekitAttitudeEphemerisSegment
extends Object
implements AttitudeEphemerisFile.AttitudeEphemerisSegment<TimeStampedAngularCoordinates>
Ephemeris segment.
-
Constructor Summary
ConstructorsConstructorDescriptionOrekitAttitudeEphemerisSegment(List<TimeStampedAngularCoordinates> attitudeDataLines, String interpolationMethod, int interpolationSamples, Frame referenceFrame, AngularDerivativesFilter availableDerivatives) Constructor for OrekitAttitudeEphemerisSegment. -
Method Summary
Modifier and TypeMethodDescriptionGet an unmodifiable list of attitude data lines.Get the attitude provider for this attitude ephemeris segment.Get which derivatives of angular data are available in this attitude ephemeris segment.Get the interpolation method to be used.intGet the number of samples to use in interpolation.Get the reference frame from which attitude is defined.getStart()Get the start date of this ephemeris segment.getStop()Get the end date of this ephemeris segment.
-
Constructor Details
-
OrekitAttitudeEphemerisSegment
public OrekitAttitudeEphemerisSegment(List<TimeStampedAngularCoordinates> attitudeDataLines, String interpolationMethod, int interpolationSamples, Frame referenceFrame, AngularDerivativesFilter availableDerivatives) Constructor for OrekitAttitudeEphemerisSegment.- Parameters:
attitudeDataLines- attitude data lines for this segment.interpolationMethod- the interpolation method to use.interpolationSamples- the number of samples to use during interpolation.referenceFrame- reference frame from which the attitude is definedavailableDerivatives- derivatives to use for interpolation
-
-
Method Details
-
getAngularCoordinates
Get an unmodifiable list of attitude data lines.- Specified by:
getAngularCoordinatesin interfaceAttitudeEphemerisFile.AttitudeEphemerisSegment<TimeStampedAngularCoordinates>- Returns:
- a list of attitude data
-
getReferenceFrame
Get the reference frame from which attitude is defined.- Specified by:
getReferenceFramein interfaceAttitudeEphemerisFile.AttitudeEphemerisSegment<TimeStampedAngularCoordinates>- Returns:
- the reference frame from which attitude is defined
-
getStart
Get the start date of this ephemeris segment.- Specified by:
getStartin interfaceAttitudeEphemerisFile.AttitudeEphemerisSegment<TimeStampedAngularCoordinates>- Returns:
- ephemeris segment start date.
-
getStop
Get the end date of this ephemeris segment.- Specified by:
getStopin interfaceAttitudeEphemerisFile.AttitudeEphemerisSegment<TimeStampedAngularCoordinates>- Returns:
- ephemeris segment end date.
-
getInterpolationMethod
Get the interpolation method to be used.- Specified by:
getInterpolationMethodin interfaceAttitudeEphemerisFile.AttitudeEphemerisSegment<TimeStampedAngularCoordinates>- Returns:
- the interpolation method
-
getInterpolationSamples
public int getInterpolationSamples()Get the number of samples to use in interpolation.- Specified by:
getInterpolationSamplesin interfaceAttitudeEphemerisFile.AttitudeEphemerisSegment<TimeStampedAngularCoordinates>- Returns:
- the number of points to use for interpolation.
-
getAvailableDerivatives
Get which derivatives of angular data are available in this attitude ephemeris segment.- Specified by:
getAvailableDerivativesin interfaceAttitudeEphemerisFile.AttitudeEphemerisSegment<TimeStampedAngularCoordinates>- Returns:
- a value indicating if the file contains rotation and/or rotation rate and/or acceleration data.
-
getAttitudeProvider
Get the attitude provider for this attitude ephemeris segment.- Specified by:
getAttitudeProviderin interfaceAttitudeEphemerisFile.AttitudeEphemerisSegment<TimeStampedAngularCoordinates>- Returns:
- the attitude provider for this attitude ephemeris segment.
-