Uses of Class
org.orekit.files.ccsds.ndm.odm.ocm.OrbitPhysicalProperties
Packages that use OrbitPhysicalProperties
Package
Description
This package contains class managing CCSDS Orbit Comprehensive Message.
-
Uses of OrbitPhysicalProperties in org.orekit.files.ccsds.ndm.odm.ocm
Methods in org.orekit.files.ccsds.ndm.odm.ocm that return types with arguments of type OrbitPhysicalPropertiesModifier and TypeMethodDescriptionOcmData.getPhysicBlock()Get physical properties logical block.Methods in org.orekit.files.ccsds.ndm.odm.ocm with parameters of type OrbitPhysicalPropertiesModifier and TypeMethodDescriptionbooleanOrbitPhysicalPropertiesKey.process(ParseToken token, ContextBinding context, OrbitPhysicalProperties data) Process an token.Constructors in org.orekit.files.ccsds.ndm.odm.ocm with parameters of type OrbitPhysicalPropertiesModifierConstructorDescriptionOcmData(List<TrajectoryStateHistory> trajectoryBlocks, OrbitPhysicalProperties physicBlock, List<OrbitCovarianceHistory> covarianceBlocks, List<OrbitManeuverHistory> maneuverBlocks, Perturbations perturbationsBlock, OrbitDetermination orbitDeterminationBlock, UserDefined userDefinedBlock) Simple constructor.