Package | Description |
---|---|
org.orekit.attitudes |
This package provides classes to represent simple attitudes.
|
org.orekit.files.ccsds.ndm.adm.aem |
This package contains class managing CCSDS Attitude Ephemeris Message.
|
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. |
class |
TabulatedLofOffset
This class handles an attitude provider interpolating from a predefined table
containing offsets from a Local Orbital Frame.
|
class |
TabulatedProvider
This class handles an attitude provider interpolating from a predefined table.
|
Constructor and Description |
---|
AggregateBoundedAttitudeProvider(Collection<? extends BoundedAttitudeProvider> providers)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
BoundedAttitudeProvider |
AemSegment.getAttitudeProvider()
Get the attitude provider for this attitude ephemeris segment.
|
Modifier and Type | Method and Description |
---|---|
default BoundedAttitudeProvider |
AttitudeEphemerisFile.SatelliteAttitudeEphemeris.getAttitudeProvider()
Get the attitude provider corresponding to this ephemeris, combining data from all
segments . |
BoundedAttitudeProvider |
AttitudeEphemerisFile.AttitudeEphemerisSegment.getAttitudeProvider()
Get the attitude provider for this attitude ephemeris segment.
|
BoundedAttitudeProvider |
OrekitAttitudeEphemerisFile.OrekitAttitudeEphemerisSegment.getAttitudeProvider()
Get the attitude provider for this attitude ephemeris segment.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.