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 CelestialBodyFrame
FrameFacade. asCelestialBodyFrame()
Get the associatedcelestial body frame
.CelestialBodyFrame
ModifiedFrame. getRefFrame()
Get the CCSDS reference frame.static CelestialBodyFrame
CelestialBodyFrame. map(Frame frame)
Map an Orekit frame to a CCSDS frame.static CelestialBodyFrame
CelestialBodyFrame. parse(String frameName)
Parse a CCSDS frame.static CelestialBodyFrame
CelestialBodyFrame. 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.
-