Uses of Class
org.orekit.files.ccsds.definitions.BodyFacade
-
Packages that use BodyFacade Package Description org.orekit.files.ccsds.definitions This package contains definitions for CCSDS objects (frames, time systems...).org.orekit.files.ccsds.ndm.adm This package contains class managing CCSDS Attitude Data Message.org.orekit.files.ccsds.ndm.cdm This package contains class managing CCSDS Conjunction Data Message.org.orekit.files.ccsds.ndm.odm This package contains class managing CCSDS Orbit Data Message.org.orekit.files.ccsds.ndm.odm.ocm This package contains class managing CCSDS Orbit Comprehensive Message.org.orekit.files.ccsds.utils.lexical 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 BodyFacade Modifier and Type Method Description static 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. -
Uses of BodyFacade in org.orekit.files.ccsds.ndm.adm
Methods in org.orekit.files.ccsds.ndm.adm that return BodyFacade Modifier and Type Method Description BodyFacadeAdmMetadata. getCenter()Get the body at origin of reference frame.Methods in org.orekit.files.ccsds.ndm.adm with parameters of type BodyFacade Modifier and Type Method Description voidAdmMetadata. 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 BodyFacade Modifier and Type Method Description BodyFacadeCdmMetadata. 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 BodyFacade Modifier and Type Method Description List<BodyFacade>CdmMetadata. getNBodyPerturbations()Get n-body perturbation bodies.Methods in org.orekit.files.ccsds.ndm.cdm with parameters of type BodyFacade Modifier and Type Method Description voidCdmMetadata. 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 BodyFacade Modifier and Type Method Description voidCdmMetadata. 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 BodyFacade Modifier and Type Method Description BodyFacadeOdmCommonMetadata. getCenter()Get the origin of reference frame.Methods in org.orekit.files.ccsds.ndm.odm with parameters of type BodyFacade Modifier and Type Method Description voidOdmCommonMetadata. 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 BodyFacade Modifier and Type Method Description BodyFacadeTrajectoryStateHistoryMetadata. getCenter()Get the origin of reference frame.BodyFacadeOrbitManeuverHistoryMetadata. getGravitationalAssist()Get the origin of gravitational assist.Methods in org.orekit.files.ccsds.ndm.odm.ocm that return types with arguments of type BodyFacade Modifier and Type Method Description List<BodyFacade>Perturbations. getNBodyPerturbations()Get n-body perturbation bodies.List<BodyFacade>Perturbations. getShadowBodies()Get celestial bodies casting shadows.Methods in org.orekit.files.ccsds.ndm.odm.ocm with parameters of type BodyFacade Modifier and Type Method Description voidTrajectoryStateHistoryMetadata. 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 BodyFacade Modifier and Type Method Description voidPerturbations. 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 BodyFacade Modifier and Type Method Description voidParseToken.CenterConsumer. accept(BodyFacade bodyFacade)Consume a body center.Method parameters in org.orekit.files.ccsds.utils.lexical with type arguments of type BodyFacade Modifier and Type Method Description voidParseToken.CenterListConsumer. accept(List<BodyFacade> bodyFacades)Consume a body center.
-