Uses of Enum Class
org.orekit.files.ccsds.definitions.CelestialBodyFrame
Packages that use CelestialBodyFrame
Package
Description
This package contains definitions for CCSDS objects (frames, time systems...).
-
Uses of CelestialBodyFrame in org.orekit.files.ccsds.definitions
Methods in org.orekit.files.ccsds.definitions that return CelestialBodyFrameModifier and TypeMethodDescriptionFrameFacade.asCelestialBodyFrame()Get the associatedcelestial body frame.ModifiedFrame.getRefFrame()Get the CCSDS reference frame.static CelestialBodyFrameMap an Orekit frame to a CCSDS frame.static CelestialBodyFrameParse a CCSDS frame.static CelestialBodyFrameReturns the enum constant of this class with the specified name.static CelestialBodyFrame[]CelestialBodyFrame.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.orekit.files.ccsds.definitions with parameters of type CelestialBodyFrameModifierConstructorDescriptionFrameFacade(Frame frame, CelestialBodyFrame celestialBodyFrame, OrbitRelativeFrame orbitRelativeFrame, SpacecraftBodyFrame spacecraftBodyFrame, String name) Simple constructor.ModifiedFrame(Frame frame, CelestialBodyFrame refFrame, CelestialBody body, String centerName) Create a CCSDS reference frame that is centered onbodyand aligned withframe.ModifiedFrame(Frame frame, CelestialBodyFrame refFrame, CelestialBody body, String centerName, String frameName) Create a CCSDS reference frame that is centered onbodyand aligned withframe.