Uses of Class
org.orekit.frames.Predefined
-
Packages that use Predefined Package Description org.orekit.frames 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 Predefined Modifier and Type Method Description Predefined
FactoryManagedFrame. getFactoryKey()
Get the key of the frame within the factory.static Predefined
Predefined. valueOf(String name)
Returns the enum constant of this type with the specified name.static Predefined[]
Predefined. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.orekit.frames with parameters of type Predefined Modifier and Type Method Description Frame
AbstractFrames. getFrame(Predefined factoryKey)
Frame
Frames. getFrame(Predefined factoryKey)
Get one of the predefined frames.static Frame
FramesFactory. getFrame(Predefined factoryKey)
Get one of the predefined frames.Constructors in org.orekit.frames with parameters of type Predefined Constructor Description FactoryManagedFrame(Frame parent, TransformProvider transformProvider, boolean pseudoInertial, Predefined factoryKey)
Simple constructor.
-