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...). -
-
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.
-