Uses of Class
org.orekit.files.ccsds.definitions.BodyFacade
Packages that use BodyFacade
Package
Description
This package contains definitions for CCSDS objects (frames, time systems...).
This package contains class managing CCSDS Attitude Data Message.
This package contains class managing CCSDS Conjunction Data Message.
This package contains class managing CCSDS Orbit Data Message.
This package contains class managing CCSDS Orbit Comprehensive Message.
This package contains utilities for CCSDS messages lexical analysis.
-
Uses of BodyFacade in org.orekit.files.ccsds.definitions
Methods in org.orekit.files.ccsds.definitions that return BodyFacadeModifier and TypeMethodDescriptionstatic BodyFacadeBodyFacade.create(CenterName centerName) Create a body facade from an input center name.static BodyFacadeBodyFacade.create(CenterName centerName, CelestialBodies bodies) Create a body facade from an input center name.static BodyFacadeBodyFacade.create(CenterName centerName, DataContext context) Create a body facade from an input center name.Methods in org.orekit.files.ccsds.definitions with parameters of type BodyFacadeModifier and TypeMethodDescriptionCcsdsFrameMapper.buildCcsdsFrame(BodyFacade center, FrameFacade orientation, AbsoluteDate frameEpoch) Create an OrekitFramefrom the center, alignment, and epoch specified in a CCSDS NDM.OrekitCcsdsFrameMapper.buildCcsdsFrame(BodyFacade center, FrameFacade orientation, AbsoluteDate frameEpoch) -
Uses of BodyFacade in org.orekit.files.ccsds.ndm.adm
Methods in org.orekit.files.ccsds.ndm.adm that return BodyFacadeModifier and TypeMethodDescriptionAdmMetadata.getCenter()Get the body at origin of reference frame.Methods in org.orekit.files.ccsds.ndm.adm with parameters of type BodyFacadeModifier and TypeMethodDescriptionvoidAdmMetadata.setCenter(BodyFacade center) Set the body at origin of reference frame. -
Uses of BodyFacade in org.orekit.files.ccsds.ndm.cdm
Methods in org.orekit.files.ccsds.ndm.cdm that return BodyFacadeModifier and TypeMethodDescriptionCdmMetadata.getOrbitCenter()Get the central body for object 1 and 2.Methods in org.orekit.files.ccsds.ndm.cdm that return types with arguments of type BodyFacadeModifier and TypeMethodDescriptionCdmMetadata.getNBodyPerturbations()Get n-body perturbation bodies.Methods in org.orekit.files.ccsds.ndm.cdm with parameters of type BodyFacadeModifier and TypeMethodDescriptionvoidCdmMetadata.setOrbitCenter(BodyFacade orbitCenter) Set the central body name for object 1 and 2.Method parameters in org.orekit.files.ccsds.ndm.cdm with type arguments of type BodyFacadeModifier and TypeMethodDescriptionvoidCdmMetadata.setNBodyPerturbations(List<BodyFacade> nBody) Set n-body perturbation bodies. -
Uses of BodyFacade in org.orekit.files.ccsds.ndm.odm
Methods in org.orekit.files.ccsds.ndm.odm that return BodyFacadeModifier and TypeMethodDescriptionOdmCommonMetadata.getCenter()Get the origin of reference frame.Methods in org.orekit.files.ccsds.ndm.odm with parameters of type BodyFacadeModifier and TypeMethodDescriptionvoidOdmCommonMetadata.setCenter(BodyFacade center) Set the origin of reference frame. -
Uses of BodyFacade in org.orekit.files.ccsds.ndm.odm.ocm
Methods in org.orekit.files.ccsds.ndm.odm.ocm that return BodyFacadeModifier and TypeMethodDescriptionTrajectoryStateHistoryMetadata.getCenter()Get the origin of reference frame.OrbitManeuverHistoryMetadata.getGravitationalAssist()Get the origin of gravitational assist.Methods in org.orekit.files.ccsds.ndm.odm.ocm that return types with arguments of type BodyFacadeModifier and TypeMethodDescriptionPerturbations.getNBodyPerturbations()Get n-body perturbation bodies.Perturbations.getShadowBodies()Get celestial bodies casting shadows.Methods in org.orekit.files.ccsds.ndm.odm.ocm with parameters of type BodyFacadeModifier and TypeMethodDescriptionvoidTrajectoryStateHistoryMetadata.setCenter(BodyFacade center) Set the origin of reference frame.voidOrbitManeuverHistoryMetadata.setGravitationalAssist(BodyFacade gravitationalAssist) Set the origin of gravitational assist.Method parameters in org.orekit.files.ccsds.ndm.odm.ocm with type arguments of type BodyFacadeModifier and TypeMethodDescriptionvoidPerturbations.setNBodyPerturbations(List<BodyFacade> nBody) Set n-body perturbation bodies.voidPerturbations.setShadowBodies(List<BodyFacade> shadowBodies) Set celestial bodies casting shadows. -
Uses of BodyFacade in org.orekit.files.ccsds.utils.lexical
Methods in org.orekit.files.ccsds.utils.lexical with parameters of type BodyFacadeModifier and TypeMethodDescriptionvoidParseToken.CenterConsumer.accept(BodyFacade bodyFacade) Consume a body center.Method parameters in org.orekit.files.ccsds.utils.lexical with type arguments of type BodyFacadeModifier and TypeMethodDescriptionvoidParseToken.CenterListConsumer.accept(List<BodyFacade> bodyFacades) Consume a body center.