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 classAggregateBoundedAttitudeProviderABoundedAttitudeProviderthat covers a larger time span from several constituent attitude providers that cover shorter time spans.classTabulatedLofOffsetThis class handles an attitude provider interpolating from a predefined table containing offsets from a Local Orbital Frame.classTabulatedProviderThis 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 BoundedAttitudeProviderAttitudeStateHistory. 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 BoundedAttitudeProviderAemSegment. 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 BoundedAttitudeProviderAttitudeEphemerisFile.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.BoundedAttitudeProviderOrekitAttitudeEphemerisFile.OrekitAttitudeEphemerisSegment. getAttitudeProvider()Get the attitude provider for this attitude ephemeris segment.
-