Uses of Enum Class
org.orekit.frames.Predefined
Packages that use Predefined
Package
Description
This package provides classes to handle frames and transforms between them.
-
Uses of Predefined in org.orekit.frames
Methods in org.orekit.frames that return PredefinedModifier and TypeMethodDescriptionFactoryManagedFrame.getFactoryKey()Get the key of the frame within the factory.static PredefinedReturns the enum constant of this class with the specified name.static Predefined[]Predefined.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.orekit.frames with parameters of type PredefinedModifier and TypeMethodDescriptionAbstractFrames.getFrame(Predefined factoryKey) Frames.getFrame(Predefined factoryKey) Get one of the predefined frames.static FrameFramesFactory.getFrame(Predefined factoryKey) Get one of the predefined frames.Constructors in org.orekit.frames with parameters of type PredefinedModifierConstructorDescriptionFactoryManagedFrame(Frame parent, TransformProvider transformProvider, boolean pseudoInertial, Predefined factoryKey) Simple constructor.