Uses of Interface
org.orekit.attitudes.BoundedAttitudeProvider
Packages that use BoundedAttitudeProvider
Package
Description
This package provides classes to represent simple attitudes.
This package contains class managing CCSDS Attitude Comprehensive Message.
This package contains class managing CCSDS Attitude Ephemeris Message.
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 BoundedAttitudeProviderModifier and TypeClassDescriptionclassABoundedAttitudeProviderthat covers a larger time span from several constituent attitude providers that cover shorter time spans.classThis class handles an attitude provider interpolating from a predefined table containing offsets from a Local Orbital Frame.classThis class handles an attitude provider interpolating from a predefined table.Methods in org.orekit.attitudes that return BoundedAttitudeProviderModifier and TypeMethodDescriptionstatic BoundedAttitudeProviderBoundedAttitudeProvider.of(AttitudeProvider attitudeProvider, TimeInterval interval) Creates a bounded provider given a time interval and a standard attitude provider, with the same outputs.Constructor parameters in org.orekit.attitudes with type arguments of type BoundedAttitudeProviderModifierConstructorDescriptionAggregateBoundedAttitudeProvider(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 BoundedAttitudeProviderModifier and TypeMethodDescriptionAttitudeStateHistory.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 BoundedAttitudeProviderModifier and TypeMethodDescriptionAemSegment.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 BoundedAttitudeProviderModifier and TypeMethodDescriptionAttitudeEphemerisFile.AttitudeEphemerisSegment.getAttitudeProvider()Get the attitude provider for this attitude ephemeris segment.default BoundedAttitudeProviderAttitudeEphemerisFile.SatelliteAttitudeEphemeris.getAttitudeProvider()Get the attitude provider corresponding to this ephemeris, combining data from allsegments.OrekitAttitudeEphemerisFile.OrekitAttitudeEphemerisSegment.getAttitudeProvider()Get the attitude provider for this attitude ephemeris segment.