C - type of the angular coordinatesS - type of the segmentpublic static interface AttitudeEphemerisFile.SatelliteAttitudeEphemeris<C extends TimeStampedAngularCoordinates,S extends AttitudeEphemerisFile.AttitudeEphemerisSegment<C>>
AttitudeEphemerisFile.
A satellite ephemeris consists of one or more AttitudeEphemerisFile.AttitudeEphemerisSegment.
Segments are typically used to split up an ephemeris at discontinuous events.
AttitudeEphemerisFile,
AttitudeEphemerisFile.AttitudeEphemerisSegment| Modifier and Type | Method and Description |
|---|---|
default BoundedAttitudeProvider |
getAttitudeProvider()
Get the attitude provider corresponding to this ephemeris, combining data from all
segments. |
String |
getId()
Get the satellite ID.
|
List<S> |
getSegments()
Get the segments of the attitude ephemeris.
|
AbsoluteDate |
getStart()
Get the start date of the ephemeris.
|
AbsoluteDate |
getStop()
Get the end date of the ephemeris.
|
String getId()
null.List<S> getSegments()
Attitude ephemeris segments are typically used to split an ephemeris around discontinuous events.
AbsoluteDate getStart()
AbsoluteDate getStop()
default BoundedAttitudeProvider getAttitudeProvider()
segments.Copyright © 2002-2022 CS GROUP. All rights reserved.