Uses of Class
org.orekit.files.ccsds.definitions.OrbitRelativeFrame
-
Packages that use OrbitRelativeFrame Package Description org.orekit.files.ccsds.definitions This package contains definitions for CCSDS objects (frames, time systems...).org.orekit.frames This package provides classes to handle frames and transforms between them. -
-
Uses of OrbitRelativeFrame in org.orekit.files.ccsds.definitions
Methods in org.orekit.files.ccsds.definitions that return OrbitRelativeFrame Modifier and Type Method Description OrbitRelativeFrame
FrameFacade. asOrbitRelativeFrame()
Get the associatedorbit relative frame
.static OrbitRelativeFrame
OrbitRelativeFrame. valueOf(String name)
Returns the enum constant of this type with the specified name.static OrbitRelativeFrame[]
OrbitRelativeFrame. 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 OrbitRelativeFrame Constructor Description FrameFacade(Frame frame, CelestialBodyFrame celestialBodyFrame, OrbitRelativeFrame orbitRelativeFrame, SpacecraftBodyFrame spacecraftBodyFrame, String name)
Simple constructor. -
Uses of OrbitRelativeFrame in org.orekit.frames
Methods in org.orekit.frames that return OrbitRelativeFrame Modifier and Type Method Description abstract OrbitRelativeFrame
LOFType. toOrbitRelativeFrame()
Convert current local orbital frame to CCSDS equivalent orbit relative frame when possible, null otherwise.
-