Class ModifiedFrame

  • All Implemented Interfaces:
    Serializable

    public class ModifiedFrame
    extends Frame
    A reference frame created from the REF_FRAME and CENTER_NAME is a CCSDS OPM, OMM, or OEM file.
    Author:
    Evan Ward
    See Also:
    Serialized Form
    • 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 the CENTER_NAME key word used to create body.
    • 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_NAME key word used to specify the origin of this frame.