Class SpacecraftBodyFrame
java.lang.Object
org.orekit.files.ccsds.definitions.SpacecraftBodyFrame
Frames used in CCSDS Attitude Data Messages for the spacecraft body.
- Since:
- 11.0
- Author:
- Luc Maisonobe
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumEquipment on which the frame is located. -
Constructor Summary
ConstructorsConstructorDescriptionSpacecraftBodyFrame(SpacecraftBodyFrame.BaseEquipment baseEquipment, String label) Simple constructor. -
Method Summary
Modifier and TypeMethodDescriptionGet the quipment on which the frame is located.getLabel()Get the frame label.static SpacecraftBodyFrameBuild an instance from a normalized descriptor.toString()
-
Constructor Details
-
SpacecraftBodyFrame
Simple constructor.- Parameters:
baseEquipment- equipment on which the frame is locatedlabel- frame label
-
-
Method Details
-
getBaseEquipment
Get the quipment on which the frame is located.- Returns:
- equipment on which the frame is located
-
getLabel
Get the frame label.- Returns:
- frame label
-
toString
The CCSDS composite name combines the
base equipmentand thegetLabel() -
parse
Build an instance from a normalized descriptor.Normalized strings have '_' characters replaced by spaces, and multiple spaces collapsed as one space only.
- Parameters:
descriptor- normalized descriptor- Returns:
- parsed body frame
-