Uses of Class
org.orekit.files.ccsds.definitions.SpacecraftBodyFrame
-
Packages that use SpacecraftBodyFrame Package Description org.orekit.files.ccsds.definitions This package contains definitions for CCSDS objects (frames, time systems...).org.orekit.files.ccsds.ndm.odm.ocm This package contains class managing CCSDS Orbit Comprehensive Message. -
-
Uses of SpacecraftBodyFrame in org.orekit.files.ccsds.definitions
Methods in org.orekit.files.ccsds.definitions that return SpacecraftBodyFrame Modifier and Type Method Description SpacecraftBodyFrameFrameFacade. asSpacecraftBodyFrame()Get the associatedspacecraft body frame.static SpacecraftBodyFrameSpacecraftBodyFrame. parse(String descriptor)Build an instance from a normalized descriptor.Constructors in org.orekit.files.ccsds.definitions with parameters of type SpacecraftBodyFrame Constructor Description FrameFacade(Frame frame, CelestialBodyFrame celestialBodyFrame, OrbitRelativeFrame orbitRelativeFrame, SpacecraftBodyFrame spacecraftBodyFrame, String name)Simple constructor. -
Uses of SpacecraftBodyFrame in org.orekit.files.ccsds.ndm.odm.ocm
Methods in org.orekit.files.ccsds.ndm.odm.ocm that return SpacecraftBodyFrame Modifier and Type Method Description SpacecraftBodyFrameOrbitManeuverHistoryMetadata. getDcBodyFrame()Get spacecraft body frame in whichOrbitManeuverHistoryMetadata.getDcBodyTrigger()is specified.Methods in org.orekit.files.ccsds.ndm.odm.ocm with parameters of type SpacecraftBodyFrame Modifier and Type Method Description voidOrbitManeuverHistoryMetadata. setDcBodyFrame(SpacecraftBodyFrame dcBodyFrame)Set spacecraft body frame in whichOrbitManeuverHistoryMetadata.getDcBodyTrigger()is specified.
-