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