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