Uses of Class
org.orekit.files.ccsds.definitions.SpacecraftBodyFrame.BaseEquipment
-
Packages that use SpacecraftBodyFrame.BaseEquipment Package Description org.orekit.files.ccsds.definitions This package contains definitions for CCSDS objects (frames, time systems...). -
-
Uses of SpacecraftBodyFrame.BaseEquipment in org.orekit.files.ccsds.definitions
Methods in org.orekit.files.ccsds.definitions that return SpacecraftBodyFrame.BaseEquipment Modifier and Type Method Description SpacecraftBodyFrame.BaseEquipment
SpacecraftBodyFrame. getBaseEquipment()
Get the quipment on which the frame is located.static SpacecraftBodyFrame.BaseEquipment
SpacecraftBodyFrame.BaseEquipment. valueOf(String name)
Returns the enum constant of this type with the specified name.static SpacecraftBodyFrame.BaseEquipment[]
SpacecraftBodyFrame.BaseEquipment. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.orekit.files.ccsds.definitions with parameters of type SpacecraftBodyFrame.BaseEquipment Constructor Description SpacecraftBodyFrame(SpacecraftBodyFrame.BaseEquipment baseEquipment, String label)
Simple constructor.
-