Uses of Enum Class
org.orekit.files.ccsds.definitions.OrbitRelativeFrame
Packages that use OrbitRelativeFrame
Package
Description
This package contains definitions for CCSDS objects (frames, time systems...).
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 OrbitRelativeFrameModifier and TypeMethodDescriptionFrameFacade.asOrbitRelativeFrame()Get the associatedorbit relative frame.static OrbitRelativeFrameReturns the enum constant of this class with the specified name.static OrbitRelativeFrame[]OrbitRelativeFrame.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 OrbitRelativeFrameModifierConstructorDescriptionFrameFacade(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 OrbitRelativeFrameModifier and TypeMethodDescriptionabstract OrbitRelativeFrameLOFType.toOrbitRelativeFrame()Convert current local orbital frame to CCSDS equivalent orbit relative frame when possible, null otherwise.