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