Class ModifiedFrame
- java.lang.Object
-
- org.orekit.frames.Frame
-
- org.orekit.files.ccsds.definitions.ModifiedFrame
-
- All Implemented Interfaces:
Serializable
public class ModifiedFrame extends Frame
A reference frame created from theREF_FRAMEandCENTER_NAMEis a CCSDS OPM, OMM, or OEM file.- Author:
- Evan Ward
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModifiedFrame(Frame frame, CelestialBodyFrame refFrame, CelestialBody body, String centerName)Create a CCSDS reference frame by changing the origin of an existing frame.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCenterName()Get the CCSDS center name.CelestialBodyFramegetRefFrame()Get the CCSDS reference frame.-
Methods inherited from class org.orekit.frames.Frame
getAncestor, getDepth, getFrozenFrame, getName, getParent, getRoot, getStaticTransformTo, getStaticTransformTo, getTransformProvider, getTransformTo, getTransformTo, isChildOf, isPseudoInertial, toString
-
-
-
-
Constructor Detail
-
ModifiedFrame
public ModifiedFrame(Frame frame, CelestialBodyFrame refFrame, CelestialBody body, String centerName)
Create a CCSDS reference frame by changing the origin of an existing frame.- Parameters:
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 theCENTER_NAMEkey word used to createbody.
-
-
Method Detail
-
getRefFrame
public CelestialBodyFrame getRefFrame()
Get the CCSDS reference frame.- Returns:
- the reference frame used to create this frame.
-
getCenterName
public String getCenterName()
Get the CCSDS center name.- Returns:
- the value of the
CENTER_NAMEkey word used to specify the origin of this frame.
-
-