Package | Description |
---|---|
org.orekit.files.ccsds.definitions |
This package contains definitions for CCSDS objects (frames, time systems...).
|
Modifier and Type | Method and Description |
---|---|
CelestialBodyFrame |
FrameFacade.asCelestialBodyFrame()
Get the associated
celestial body frame . |
CelestialBodyFrame |
ModifiedFrame.getRefFrame()
Get the CCSDS reference frame.
|
static CelestialBodyFrame |
CelestialBodyFrame.map(Frame frame)
Map an Orekit frame to a CCSDS frame.
|
static CelestialBodyFrame |
CelestialBodyFrame.parse(String frameName)
Parse a CCSDS frame.
|
static CelestialBodyFrame |
CelestialBodyFrame.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CelestialBodyFrame[] |
CelestialBodyFrame.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.
|
ModifiedFrame(Frame frame,
CelestialBodyFrame refFrame,
CelestialBody body,
String centerName)
Create a CCSDS reference frame by changing the origin of an existing frame.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.