Package | Description |
---|---|
org.orekit.files.ccsds.ndm.adm |
This package contains class managing CCSDS Attitude 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 |
---|---|
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 |
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-2022 CS GROUP. All rights reserved.