Uses of Class
org.orekit.files.ccsds.ndm.odm.ocm.Perturbations
Packages that use Perturbations
Package
Description
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 PerturbationsModifier and TypeMethodDescriptionOcmData.getPerturbationsBlock()Get perturbations logical block.Methods in org.orekit.files.ccsds.ndm.odm.ocm with parameters of type PerturbationsModifier and TypeMethodDescriptionbooleanPerturbationsKey.process(ParseToken token, ContextBinding context, Perturbations container) Process an token.Constructors in org.orekit.files.ccsds.ndm.odm.ocm with parameters of type PerturbationsModifierConstructorDescriptionOcmData(List<TrajectoryStateHistory> trajectoryBlocks, OrbitPhysicalProperties physicBlock, List<OrbitCovarianceHistory> covarianceBlocks, List<OrbitManeuverHistory> maneuverBlocks, Perturbations perturbationsBlock, OrbitDetermination orbitDeterminationBlock, UserDefined userDefinedBlock) Simple constructor.