Uses of Class
org.orekit.files.ccsds.definitions.CelestialBodyFrame
-
Packages that use CelestialBodyFrame Package Description org.orekit.files.ccsds.definitions 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 CelestialBodyFrame Modifier and Type Method Description CelestialBodyFrameFrameFacade. asCelestialBodyFrame()Get the associatedcelestial body frame.CelestialBodyFrameModifiedFrame. getRefFrame()Get the CCSDS reference frame.static CelestialBodyFrameCelestialBodyFrame. map(Frame frame)Map an Orekit frame to a CCSDS frame.static CelestialBodyFrameCelestialBodyFrame. parse(String frameName)Parse a CCSDS frame.static CelestialBodyFrameCelestialBodyFrame. valueOf(String name)Returns the enum constant of this type with the specified name.static CelestialBodyFrame[]CelestialBodyFrame. 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 CelestialBodyFrame Constructor Description FrameFacade(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 by changing the origin of an existing frame.
-