Package | Description |
---|---|
org.orekit.frames |
This package provides classes to handle frames and transforms between them.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Frame |
Frames.getFrame(Predefined factoryKey)
Get one of the predefined frames.
|
Frame |
AbstractFrames.getFrame(Predefined factoryKey) |
static Frame |
FramesFactory.getFrame(Predefined factoryKey)
Get one of the predefined frames.
|
Constructor and Description |
---|
FactoryManagedFrame(Frame parent,
TransformProvider transformProvider,
boolean pseudoInertial,
Predefined factoryKey)
Simple constructor.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.