Uses of Class
org.orekit.files.ccsds.ndm.odm.ocm.Perturbations
-
Packages that use Perturbations Package Description org.orekit.files.ccsds.ndm.odm.ocm This package contains class managing CCSDS Orbit Comprehensive Message. -
-
Uses of Perturbations in org.orekit.files.ccsds.ndm.odm.ocm
Methods in org.orekit.files.ccsds.ndm.odm.ocm that return Perturbations Modifier and Type Method Description Perturbations
OcmData. getPerturbationsBlock()
Get perturbations logical block.Methods in org.orekit.files.ccsds.ndm.odm.ocm with parameters of type Perturbations Modifier and Type Method Description boolean
PerturbationsKey. process(ParseToken token, ContextBinding context, Perturbations container)
Process an token.Constructors in org.orekit.files.ccsds.ndm.odm.ocm with parameters of type Perturbations Constructor Description OcmData(List<TrajectoryStateHistory> trajectoryBlocks, OrbitPhysicalProperties physicBlock, List<OrbitCovarianceHistory> covarianceBlocks, List<OrbitManeuverHistory> maneuverBlocks, Perturbations perturbationsBlock, OrbitDetermination orbitDeterminationBlock, UserDefined userDefinedBlock)
Simple constructor.
-