Class OrekitCcsdsFrameMapper
java.lang.Object
org.orekit.files.ccsds.definitions.OrekitCcsdsFrameMapper
- All Implemented Interfaces:
CcsdsFrameMapper
Orekit's default implementation of
CcsdsFrameMapper.- Since:
- 13.1.5
- Author:
- Evan M. Ward
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildCcsdsFrame(BodyFacade center, FrameFacade orientation, AbsoluteDate frameEpoch) Create an OrekitFramefrom the center, alignment, and epoch specified in a CCSDS NDM.buildCcsdsFrame(FrameFacade orientation, AbsoluteDate frameEpoch) Create an OrekitFramefrom the alignment specified in a CCSDS NDM.booleaninthashCode()
-
Constructor Details
-
OrekitCcsdsFrameMapper
public OrekitCcsdsFrameMapper()
-
-
Method Details
-
buildCcsdsFrame
Description copied from interface:CcsdsFrameMapperCreate an OrekitFramefrom the alignment specified in a CCSDS NDM.- Specified by:
buildCcsdsFramein interfaceCcsdsFrameMapper- Parameters:
orientation- the attitude of the returned frame.frameEpoch- the epoch of the returned frame, if not intrinsic to the definition of the reference frame. May benullif not specified in the file. Many frames will ignore this value.- Returns:
- a
Framewith the given orientation. Nevernull.
-
buildCcsdsFrame
Description copied from interface:CcsdsFrameMapperCreate an OrekitFramefrom the center, alignment, and epoch specified in a CCSDS NDM.- Specified by:
buildCcsdsFramein interfaceCcsdsFrameMapper- Parameters:
center- the origin of the returned frame.orientation- the attitude of the returned frame.frameEpoch- the epoch of the returned frame, if not intrinsic to the definition of the reference frame. May benullif not specified in the file. Many frames will ignore this value.- Returns:
- a
Framewith the given center and orientation. Nevernull.
-
hashCode
public int hashCode() -
equals
-