Uses of Class
org.orekit.files.ccsds.ndm.adm.apm.Inertia
-
Packages that use Inertia Package Description org.orekit.files.ccsds.ndm.adm.apm This package contains class managing CCSDS Attitude Parameter Message. -
-
Uses of Inertia in org.orekit.files.ccsds.ndm.adm.apm
Methods in org.orekit.files.ccsds.ndm.adm.apm that return Inertia Modifier and Type Method Description Inertia
ApmData. getInertiaBlock()
Get the inertia logical block.Methods in org.orekit.files.ccsds.ndm.adm.apm with parameters of type Inertia Modifier and Type Method Description boolean
InertiaKey. process(ParseToken token, ContextBinding context, Inertia data)
Process an token.Constructors in org.orekit.files.ccsds.ndm.adm.apm with parameters of type Inertia Constructor Description ApmData(CommentsContainer commentsBlock, AbsoluteDate epoch, ApmQuaternion quaternionBlock, Euler eulerBlock, AngularVelocity angularVelocityBlock, SpinStabilized spinStabilizedBlock, Inertia inertia)
Simple constructor.
-