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.
|
Modifier and Type | Method and Description |
---|---|
static BodyFacade |
BodyFacade.create(CenterName centerName)
Create a body facade from an input center name.
|
Modifier and Type | Method and Description |
---|---|
BodyFacade |
AdmMetadata.getCenter()
Get the body at origin of reference frame.
|
Modifier and Type | Method and Description |
---|---|
void |
AdmMetadata.setCenter(BodyFacade center)
Set the body at origin of reference frame.
|
Modifier and Type | Method and Description |
---|---|
BodyFacade |
CdmMetadata.getOrbitCenter()
Get the central body for object 1 and 2.
|
Modifier and Type | Method and Description |
---|---|
List<BodyFacade> |
CdmMetadata.getNBodyPerturbations()
Get n-body perturbation bodies.
|
Modifier and Type | Method and Description |
---|---|
void |
CdmMetadata.setOrbitCenter(BodyFacade orbitCenter)
Set the central body name for object 1 and 2.
|
Modifier and Type | Method and Description |
---|---|
void |
CdmMetadata.setNBodyPerturbations(List<BodyFacade> nBody)
Set n-body perturbation bodies.
|
Modifier and Type | Method and Description |
---|---|
BodyFacade |
CommonMetadata.getCenter()
Get the origin of reference frame.
|
Modifier and Type | Method and Description |
---|---|
void |
CommonMetadata.setCenter(BodyFacade center)
Set the origin of reference frame.
|
Modifier and Type | Method and Description |
---|---|
BodyFacade |
TrajectoryStateHistoryMetadata.getCenter()
Get the origin of reference frame.
|
BodyFacade |
ManeuverHistoryMetadata.getGravitationalAssist()
Get the origin of gravitational assist.
|
Modifier and Type | Method and Description |
---|---|
List<BodyFacade> |
Perturbations.getNBodyPerturbations()
Get n-body perturbation bodies.
|
List<BodyFacade> |
Perturbations.getShadowBodies()
Get celestial bodies casting shadows.
|
Modifier and Type | Method and Description |
---|---|
void |
TrajectoryStateHistoryMetadata.setCenter(BodyFacade center)
Set the origin of reference frame.
|
void |
ManeuverHistoryMetadata.setGravitationalAssist(BodyFacade gravitationalAssist)
Set the origin of gravitational assist.
|
Modifier and Type | Method and Description |
---|---|
void |
Perturbations.setNBodyPerturbations(List<BodyFacade> nBody)
Set n-body perturbation bodies.
|
void |
Perturbations.setShadowBodies(List<BodyFacade> shadowBodies)
Set celestial bodies casting shadows.
|
Modifier and Type | Method and Description |
---|---|
void |
ParseToken.CenterConsumer.accept(BodyFacade bodyFacade)
Consume a body center.
|
Modifier and Type | Method and Description |
---|---|
void |
ParseToken.CenterListConsumer.accept(List<BodyFacade> bodyFacades)
Consume a body center.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.