C
- type of the angular coordinates
S
- type of the segment
public static interface AttitudeEphemerisFile.SatelliteAttitudeEphemeris<C extends TimeStampedAngularCoordinates,S extends AttitudeEphemerisFile.AttitudeEphemerisSegment<C>>
AttitudeEphemerisFile
的单个卫星信息。
卫星星历由一个或多个AttitudeEphemerisFile.AttitudeEphemerisSegment
组成。段通常用于在不连续事件处拆分星历。
AttitudeEphemerisFile
, AttitudeEphemerisFile.AttitudeEphemerisSegment
Modifier and Type | Method and Description |
---|---|
default BoundedAttitudeProvider |
getAttitudeProvider()
获取与此星历对应的姿态提供者,结合所有 segments 的数据。
|
String |
getId()
获取卫星ID。
|
List<S> |
getSegments()
获取姿态星历的段。
|
AbsoluteDate |
getStart()
获取星历的开始日期。
|
AbsoluteDate |
getStop()
获取星历的结束日期。
|
String getId()
null
。
AbsoluteDate getStart()
AbsoluteDate getStop()
default BoundedAttitudeProvider getAttitudeProvider()
segments
的数据。
Copyright © 2002-2023 CS GROUP. All rights reserved.