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 BodyFacade
BodyFacade. create(CenterName centerName)
Create a body facade from an input center name.static BodyFacade
BodyFacade. create(CenterName centerName, CelestialBodies bodies)
Create a body facade from an input center name.static BodyFacade
BodyFacade. 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 BodyFacade
AdmMetadata. 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 void
AdmMetadata. 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 BodyFacade
CdmMetadata. 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 void
CdmMetadata. 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 void
CdmMetadata. 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 BodyFacade
OdmCommonMetadata. 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 void
OdmCommonMetadata. 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 BodyFacade
TrajectoryStateHistoryMetadata. getCenter()
Get the origin of reference frame.BodyFacade
OrbitManeuverHistoryMetadata. 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 void
TrajectoryStateHistoryMetadata. setCenter(BodyFacade center)
Set the origin of reference frame.void
OrbitManeuverHistoryMetadata. 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 void
Perturbations. setNBodyPerturbations(List<BodyFacade> nBody)
Set n-body perturbation bodies.void
Perturbations. 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 void
ParseToken.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 void
ParseToken.CenterListConsumer. accept(List<BodyFacade> bodyFacades)
Consume a body center.
-