public class ModifiedFrame extends Frame
REF_FRAME
and CENTER_NAME
is a CCSDS
OPM, OMM, or OEM file.Constructor and Description |
---|
ModifiedFrame(Frame frame,
CelestialBodyFrame refFrame,
CelestialBody body,
String centerName)
Create a CCSDS reference frame by changing the origin of an existing frame.
|
Modifier and Type | Method and Description |
---|---|
String |
getCenterName()
Get the CCSDS center name.
|
CelestialBodyFrame |
getRefFrame()
Get the CCSDS reference frame.
|
getAncestor, getDepth, getFrozenFrame, getName, getParent, getRoot, getTransformProvider, getTransformTo, getTransformTo, isChildOf, isPseudoInertial, toString
public ModifiedFrame(Frame frame, CelestialBodyFrame refFrame, CelestialBody body, String centerName)
frame
- the existing frame that specifies the orientation.refFrame
- the reference frame used to create this frame.body
- the new origin.centerName
- the value of the CENTER_NAME
key word used to create
body
.public CelestialBodyFrame getRefFrame()
public String getCenterName()
CENTER_NAME
key word used to specify the origin of
this frame.Copyright © 2002-2022 CS GROUP. All rights reserved.