Uses of Class
org.orekit.files.ccsds.ndm.odm.ocm.OrbitPhysicalProperties
-
Packages that use OrbitPhysicalProperties Package Description org.orekit.files.ccsds.ndm.odm.ocm 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 OrbitPhysicalProperties Modifier and Type Method Description OrbitPhysicalProperties
OcmData. getPhysicBlock()
Get physical properties logical block.Methods in org.orekit.files.ccsds.ndm.odm.ocm with parameters of type OrbitPhysicalProperties Modifier and Type Method Description boolean
OrbitPhysicalPropertiesKey. process(ParseToken token, ContextBinding context, OrbitPhysicalProperties data)
Process an token.Constructors in org.orekit.files.ccsds.ndm.odm.ocm with parameters of type OrbitPhysicalProperties Constructor Description OcmData(List<TrajectoryStateHistory> trajectoryBlocks, OrbitPhysicalProperties physicBlock, List<OrbitCovarianceHistory> covarianceBlocks, List<OrbitManeuverHistory> maneuverBlocks, Perturbations perturbationsBlock, OrbitDetermination orbitDeterminationBlock, UserDefined userDefinedBlock)
Simple constructor.
-