Package | Description |
---|---|
org.orekit.files.ccsds.definitions |
This package contains definitions for CCSDS objects (frames, time systems...).
|
Modifier and Type | Method and Description |
---|---|
OrbitRelativeFrame |
FrameFacade.asOrbitRelativeFrame()
Get the associated
orbit relative frame . |
static OrbitRelativeFrame |
OrbitRelativeFrame.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrbitRelativeFrame[] |
OrbitRelativeFrame.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
FrameFacade(Frame frame,
CelestialBodyFrame celestialBodyFrame,
OrbitRelativeFrame orbitRelativeFrame,
SpacecraftBodyFrame spacecraftBodyFrame,
String name)
Simple constructor.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.