Uses of Interface
org.orekit.attitudes.BoundedAttitudeProvider
-
Packages that use BoundedAttitudeProvider Package Description org.orekit.attitudes This package provides classes to represent simple attitudes.org.orekit.files.ccsds.ndm.adm.acm This package contains class managing CCSDS Attitude Comprehensive Message.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. -
-
Uses of BoundedAttitudeProvider in org.orekit.attitudes
Classes in org.orekit.attitudes that implement BoundedAttitudeProvider Modifier and Type Class Description class
AggregateBoundedAttitudeProvider
ABoundedAttitudeProvider
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 parameters in org.orekit.attitudes with type arguments of type BoundedAttitudeProvider Constructor Description AggregateBoundedAttitudeProvider(Collection<? extends BoundedAttitudeProvider> providers)
Constructor. -
Uses of BoundedAttitudeProvider in org.orekit.files.ccsds.ndm.adm.acm
Methods in org.orekit.files.ccsds.ndm.adm.acm that return BoundedAttitudeProvider Modifier and Type Method Description BoundedAttitudeProvider
AttitudeStateHistory. getAttitudeProvider()
Get the attitude provider for this attitude ephemeris segment. -
Uses of BoundedAttitudeProvider in org.orekit.files.ccsds.ndm.adm.aem
Methods in org.orekit.files.ccsds.ndm.adm.aem that return BoundedAttitudeProvider Modifier and Type Method Description BoundedAttitudeProvider
AemSegment. getAttitudeProvider()
Get the attitude provider for this attitude ephemeris segment. -
Uses of BoundedAttitudeProvider in org.orekit.files.general
Methods in org.orekit.files.general that return BoundedAttitudeProvider Modifier and Type Method Description BoundedAttitudeProvider
AttitudeEphemerisFile.AttitudeEphemerisSegment. getAttitudeProvider()
Get the attitude provider for this attitude ephemeris segment.default BoundedAttitudeProvider
AttitudeEphemerisFile.SatelliteAttitudeEphemeris. getAttitudeProvider()
Get the attitude provider corresponding to this ephemeris, combining data from allsegments
.BoundedAttitudeProvider
OrekitAttitudeEphemerisFile.OrekitAttitudeEphemerisSegment. getAttitudeProvider()
Get the attitude provider for this attitude ephemeris segment.
-