| Package | Description |
|---|---|
| org.orekit.attitudes |
This package provides classes to represent simple attitudes.
|
| org.orekit.files.general |
This package provides interfaces for orbit file representations and corresponding
parsers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AggregateBoundedAttitudeProvider
A
BoundedAttitudeProvider that covers a larger time span from several constituent
attitude providers that cover shorter time spans. |
| Constructor and Description |
|---|
AggregateBoundedAttitudeProvider(Collection<? extends BoundedAttitudeProvider> providers)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EphemerisSegmentAttitudeProvider
An
AttitudeProvider based on an AttitudeEphemerisFile.AttitudeEphemerisSegment. |
| Modifier and Type | Method and Description |
|---|---|
default BoundedAttitudeProvider |
AttitudeEphemerisFile.SatelliteAttitudeEphemeris.getAttitudeProvider()
Get the attitude provider corresponding to this ephemeris, combining data from all
segments. |
default BoundedAttitudeProvider |
AttitudeEphemerisFile.AttitudeEphemerisSegment.getAttitudeProvider()
Get the attitude provider for this attitude ephemeris segment.
|
Copyright © 2002-2021 CS GROUP. All rights reserved.