| Package | Description |
|---|---|
| fr.cnes.sirius.patrius.frames |
| Modifier and Type | Method and Description |
|---|---|
PredefinedFrameType |
PredefinedFrame.getFactoryKey()
Get the key of the frame within the factory.
|
static PredefinedFrameType |
PredefinedFrameType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PredefinedFrameType[] |
PredefinedFrameType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Frame |
FramesFactory.getFrame(PredefinedFrameType factoryKey)
Get one of the predefined frames.
|
| Constructor and Description |
|---|
PredefinedFrame(Frame parent,
TransformProvider transformProvider,
boolean pseudoInertial,
PredefinedFrameType factoryKeyIn)
Simple constructor.
|
Copyright © 2025 CNES. All rights reserved.