Package org.orekit.files.ccsds
Class CcsdsModifiedFrame
- java.lang.Object
-
- org.orekit.frames.Frame
-
- org.orekit.files.ccsds.CcsdsModifiedFrame
-
- All Implemented Interfaces:
Serializable
public class CcsdsModifiedFrame extends Frame
A reference frame created from theREF_FRAME
andCENTER_NAME
is a CCSDS OPM, OMM, or OEM file.- Author:
- Evan Ward
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCenterName()
Get the CCSDS center name.String
getRefFrame()
Get the name of the CCSDS reference frame.-
Methods inherited from class org.orekit.frames.Frame
getAncestor, getDepth, getFrozenFrame, getName, getParent, getRoot, getTransformProvider, getTransformTo, getTransformTo, isChildOf, isPseudoInertial, toString
-
-
-
-
Method Detail
-
getRefFrame
public String getRefFrame()
Get the name of the CCSDS reference frame.- Returns:
- the value of the
REF_FRAME
keyword used to specify the orientation of this frame.
-
getCenterName
public String getCenterName()
Get the CCSDS center name.- Returns:
- the value of the
CENTER_NAME
key word used to specify the origin of this frame.
-
-