Package org.orekit.files.general
Class PythonAttitudeEphemerisSegment
- java.lang.Object
-
- org.orekit.files.general.PythonAttitudeEphemerisSegment
-
- All Implemented Interfaces:
AttitudeEphemerisFile.AttitudeEphemerisSegment
public class PythonAttitudeEphemerisSegment extends Object implements AttitudeEphemerisFile.AttitudeEphemerisSegment
-
-
Constructor Summary
Constructors Constructor Description PythonAttitudeEphemerisSegment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
finalize()
Part of JCC Python interface to objectList<? extends TimeStampedAngularCoordinates>
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.void
pythonDecRef()
Part of JCC Python interface to objectlong
pythonExtension()
Part of JCC Python interface to objectvoid
pythonExtension(long pythonObject)
Part of JCC Python interface to object
-
-
-
Method Detail
-
pythonExtension
public void pythonExtension(long pythonObject)
Part of JCC Python interface to object
-
pythonExtension
public long pythonExtension()
Part of JCC Python interface to object
-
finalize
public void finalize() throws Throwable
Part of JCC Python interface to object
-
pythonDecRef
public void pythonDecRef()
Part of JCC Python interface to object
-
getAngularCoordinates
public List<? extends TimeStampedAngularCoordinates> getAngularCoordinates()
Get an unmodifiable list of attitude data lines.- Specified by:
getAngularCoordinates
in interfaceAttitudeEphemerisFile.AttitudeEphemerisSegment
- Returns:
- a list of attitude data
-
getReferenceFrame
public Frame getReferenceFrame()
Get the reference frame from which attitude is defined.- Specified by:
getReferenceFrame
in interfaceAttitudeEphemerisFile.AttitudeEphemerisSegment
- Returns:
- the reference frame from which attitude is defined
-
getStart
public AbsoluteDate getStart()
Get the start date of this ephemeris segment.- Specified by:
getStart
in interfaceAttitudeEphemerisFile.AttitudeEphemerisSegment
- Returns:
- ephemeris segment start date.
-
getStop
public AbsoluteDate getStop()
Get the end date of this ephemeris segment.- Specified by:
getStop
in interfaceAttitudeEphemerisFile.AttitudeEphemerisSegment
- Returns:
- ephemeris segment end date.
-
getInterpolationMethod
public String getInterpolationMethod()
Get the interpolation method to be used.- Specified by:
getInterpolationMethod
in interfaceAttitudeEphemerisFile.AttitudeEphemerisSegment
- Returns:
- the interpolation method
-
getInterpolationSamples
public int getInterpolationSamples()
Get the number of samples to use in interpolation.- Specified by:
getInterpolationSamples
in interfaceAttitudeEphemerisFile.AttitudeEphemerisSegment
- Returns:
- the number of points to use for interpolation.
-
getAvailableDerivatives
public AngularDerivativesFilter getAvailableDerivatives()
Get which derivatives of angular data are available in this attitude ephemeris segment.- Specified by:
getAvailableDerivatives
in interfaceAttitudeEphemerisFile.AttitudeEphemerisSegment
- Returns:
- a value indicating if the file contains rotation and/or rotation rate and/or acceleration data.
-
getAttitudeProvider
public BoundedAttitudeProvider getAttitudeProvider()
Get the attitude provider for this attitude ephemeris segment.- Specified by:
getAttitudeProvider
in interfaceAttitudeEphemerisFile.AttitudeEphemerisSegment
- Returns:
- the attitude provider for this attitude ephemeris segment.
-
-